Skip to content

Commit

Permalink
Update guidemaker-elt, remove what was moved in the addon (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial authored Nov 10, 2023
1 parent a1d43d0 commit ed08097
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 149 deletions.
62 changes: 0 additions & 62 deletions app/components/table-of-contents.hbs

This file was deleted.

5 changes: 0 additions & 5 deletions app/helpers/includes.js

This file was deleted.

18 changes: 0 additions & 18 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,24 +188,6 @@ code[data-diff] .diff-insertion::before {
margin-left: 0.05em;
}

/* ToC heading styles */

li.toc-heading.toc-level-0 {
font-size: 0.8em;
text-transform: uppercase;
color: rgb(155, 41, 24, 0.76);
font-weight: bold;
margin: 2em 0 1em;
}

li.toc-heading.toc-level-0:first-of-type {
margin-top: 0;
}

li.toc-group.toc-level-0 {
padding-left: 1em;
}

/* Custom styling of the French app */
.footer-middle {
flex: 2;
Expand Down
6 changes: 6 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ module.exports = function (environment) {
discordLink: 'https://discord.com/channels/480462759797063690/486235962700201984'
},
sourceRepo: 'https://github.com/DazzlingFugu/ember-fr-guides-source',
texts: {
searchInputPlaceholder: 'Rechercher dans le Guide',
searchResultsPlaceholder: 'Résultats de la recherche',
currentChapter: 'Nous avons couvert',
nextChapter: 'Chapitre suivant',
},
},

algolia: {
Expand Down
68 changes: 5 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-qunit": "^6.2.0",
"gfm-code-blocks": "^1.0.0",
"guidemaker": "^2.4.0",
"guidemaker-ember-locale-template": "git://github.com/DazzlingFugu/guidemaker-ember-locale-template",
"guidemaker-ember-locale-template": "^1.0.0",
"loader.js": "^4.7.0",
"lodash": "^4.17.21",
"markdown-link-extractor": "^1.2.2",
Expand Down

0 comments on commit ed08097

Please sign in to comment.