Skip to content

Commit aeaf7d2

Browse files
Merge pull request #156 from Trivadis/feature/issue-155-singe-page-app
Feature/issue 155 singe page app
2 parents 5ed7816 + 0946317 commit aeaf7d2

File tree

5 files changed

+4
-214
lines changed

5 files changed

+4
-214
lines changed

custom-theme/main.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

custom-theme/partials/header.html

Lines changed: 0 additions & 161 deletions
This file was deleted.

docs/js/version-select.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ theme:
1010
icon:
1111
repo: fontawesome/brands/github-alt
1212
name: 'material'
13-
custom_dir: custom-theme
13+
features:
14+
- navigation.instant
1415
favicon: images/favicon.ico
1516
palette:
1617
primary: 'white'
1718
accent: 'red'
1819

1920
extra_css:
2021
- 'stylesheets/extra.css'
21-
- 'css/version-select.css'
2222
extra_javascript:
2323
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
2424
- 'js/version-select.js'
@@ -39,6 +39,8 @@ extra:
3939
link: https://github.com/Trivadis
4040
- icon: fontawesome/brands/twitter
4141
link: https://twitter.com/trivadis
42+
version:
43+
provider: mike
4244

4345
plugins:
4446
- search

tools/run-in-container/genpdf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function create_target_dir(){
77

88
function copy_resources() {
99
cp ${DATA_DIR}/mkdocs.yml ${TARGET_DIR}/mkdocs.yml
10-
cp -r ${DATA_DIR}/custom-theme ${TARGET_DIR}/custom-theme
1110
cp -r ${DATA_DIR}/docs/images ${TARGET_DIR}/docs
1211
cp -r ${DATA_DIR}/docs/stylesheets ${TARGET_DIR}/docs/stylesheets
1312
}

0 commit comments

Comments
 (0)