-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from TYPO3-Documentation/develop-marble
4.5.2 (2021-03-26) ================== * Have 'How to edit' button point to `GithubMethod.html <https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingDocsOfficial/GithubMethod.html>`__ * Always show the 'How to edit' button when the 'Edit on ...' button is shown * Built in offline Sphinx search autocompletion: Turn autoSelect off, use text 'Not found in word stems' * Remove flex property from logo link, so that it doesn't extend the clickable area past the image
- Loading branch information
Showing
7 changed files
with
72 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "sphinx-typo3-theme", | ||
"version": "1.0.0", | ||
"private": true, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-free": "^5.13.0", | ||
"TYPO3CMS-Guide-HowToDocument": "github:TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument", | ||
"autocompleter": "^6.0.3", | ||
"bootstrap": "^4.4.1", | ||
"connect-livereload": "^0.6.1", | ||
"grunt": "^1.1.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-clean": "2.0.0", | ||
"grunt-contrib-copy": "1.0.0", | ||
"grunt-contrib-uglify": "^4.0.1", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-exec": "^3.0.0", | ||
"grunt-sass": "^3.1.0", | ||
"grunt-stylelint": "^0.15.0", | ||
"http-server": "^0.12.3", | ||
"jquery": "^3.5.0", | ||
"modernizr": "^3.11.0", | ||
"node-sass": "^4.14.0", | ||
"popper.js": "^1.16.1", | ||
"stylelint": "^13.3.3", | ||
"underscore": "^1.10.2" | ||
}, | ||
"scripts": { | ||
"watch": "grunt watch", | ||
"frontend": "grunt frontend", | ||
"build": "grunt build", | ||
"render": "grunt render", | ||
"serve": "http-server ./build/Result/project/0.0.0/" | ||
}, | ||
"engines": { | ||
"node": ">=10.16", | ||
"yarn": ">= 1.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters