Small documentation changes:
- Added a "home" icon for near the top left of the documentation website (there was always a link but it didn't have an icon before, quite strange) - removed the previous javascript application.js override, because now this is updated and produced correctly in the mkdocs-unidata theme - updated the copyright from 2020 to 2022
This commit is contained in:
parent
5e772bec3a
commit
ed9004abe0
3 changed files with 2 additions and 7 deletions
File diff suppressed because one or more lines are too long
BIN
docs/images/home.png
Normal file
BIN
docs/images/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
|
@ -27,6 +27,7 @@ extra:
|
||||||
link: https://twitter.com/Unidata
|
link: https://twitter.com/Unidata
|
||||||
- type: facebook
|
- type: facebook
|
||||||
link: https://facebook.com/Unidata
|
link: https://facebook.com/Unidata
|
||||||
|
logo: 'images/home.png'
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
|
@ -99,13 +100,10 @@ nav:
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/extra.css
|
- css/extra.css
|
||||||
|
|
||||||
extra_javascript:
|
|
||||||
- assets/javascripts/application-0b7df094bf.js
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- fontawesome_markdown:
|
- fontawesome_markdown:
|
||||||
- toc:
|
- toc:
|
||||||
permalink:
|
permalink:
|
||||||
- admonition:
|
- admonition:
|
||||||
|
|
||||||
copyright: Copyright © 2020 Unidata Program Center.
|
copyright: Copyright © 2022 Unidata Program Center.
|
||||||
|
|
Loading…
Add table
Reference in a new issue