Skip to content

Commit

Permalink
Меняет порядок разделов (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina authored Apr 9, 2024
1 parent e348c7a commit d284a7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ module.exports = function (config) {
config.addPassthroughCopy('src/robots.txt')
config.addPassthroughCopy('src/fonts')
config.addPassthroughCopy('src/images')
config.addPassthroughCopy('src/(css|html|js|tools|recipes|a11y|people|interviews)/**/!(*11tydata*)*.!(md)')
config.addPassthroughCopy('src/(css|html|js|a11y|tools|recipes|people|interviews)/**/!(*11tydata*)*.!(md)')

return {
dir: {
Expand Down
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BASE_URL="https://doka.guide"
SECTIONS="html, css, js, recipes, a11y, tools"
SECTIONS="html, css, js, a11y, tools, recipes"
PATH_TO_CONTENT="../content"
CONTENT_REP_FOLDERS="html, css, js, tools, recipes, a11y, people, interviews, pages, specials, settings"
CONTENT_REP_FOLDERS="html, css, js, a11y, tools, recipes, people, interviews, pages, specials, settings"
DOKA_ORG="https://github.com/doka-guide"
PLATFORM_REP_GITHUB_URL="https://github.com/doka-guide/platform"
CONTENT_REP_GITHUB_URL="https://github.com/doka-guide/content"
Expand Down
4 changes: 2 additions & 2 deletions config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ require('dotenv').config({ path: '.env' })

const DEFAULT_ENVS = {
BASE_URL: 'https://doka.guide',
SECTIONS: 'html, css, js, recipes, a11y, tools',
SECTIONS: 'html, css, js, a11y, tools, recipes',
CONTENT_REP_GITHUB: 'https://github.com/doka-guide/content.git',
CONTENT_HOT_BACKLOG: 'https://github.com/doka-guide/content/milestone/22',
CONTENT_REP_FOLDERS: 'html, css, js, recipes, a11y, tools, people, pages, settings, interviews',
CONTENT_REP_FOLDERS: 'html, css, js, a11y, tools, recipes, people, pages, settings, interviews',
PATH_TO_CONTENT: '../content',
DOKA_ORG: 'DOKA_ORG',
PLATFORM_REP_GITHUB_URL: 'https://github.com/doka-guide/platform',
Expand Down

0 comments on commit d284a7a

Please sign in to comment.