We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5fca1d + c101f3f commit 2c0f17fCopy full SHA for 2c0f17f
docs/changelog.md
@@ -0,0 +1,3 @@
1
+--8<-- "ChangeLog.md"
2
+
3
+[//]: # (changelog.md ends here)
mkdocs.yml
@@ -3,7 +3,8 @@ docs_dir: docs/
repo_url: https://github.com/davep/ng2web
4
5
nav:
6
- - "Guide": index.md
+ - Guide: index.md
7
+ - Change Log: changelog.md
8
9
markdown_extensions:
10
- admonition
@@ -23,9 +24,11 @@ theme:
23
24
icon:
25
logo: fontawesome/solid/code
26
features:
27
+ - navigation.tabs
28
+ - navigation.indexes
29
+ - navigation.tabs.sticky
30
+ - navigation.footer
31
- content.code.copy
- - toc.integrate
- - navigation.top
32
palette:
33
- media: "(prefers-color-scheme: light)"
34
scheme: default
0 commit comments