Skip to content

Commit

Permalink
online doc: switch to git submodule for Hugo Learn theme. Fix page ToC
Browse files Browse the repository at this point in the history
1) When the Hugo Learn theme was originally integrated into CDSP the
source was directly integrated into the CDSP source tree. To simplify
tracking the upstream git repository for the theme switch to using a
git submodule and update to the current version.

2) Updating to the current master branch fixes an issue in the theme
that resulted in level three headings on a page not being rendered so
they are indented correctly in the page pop-up Table of Contents.
This fixes CDSP bug #54 (online doc: Level 3 headings in generated ToC
are not indented correctly)

Signed-off-by: Stephen Lawrence <[email protected]>
  • Loading branch information
slawr committed Sep 10, 2024
1 parent 05824f6 commit 0c5ef37
Show file tree
Hide file tree
Showing 233 changed files with 4 additions and 10,137 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "cdsp/automotive-viss2"]
path = cdsp/vissr
url = https://github.com/COVESA/vissr.git
[submodule "docs/docs-gen/themes/learn"]
path = docs/docs-gen/themes/learn
url = https://github.com/matcornic/hugo-theme-learn
1 change: 1 addition & 0 deletions docs/docs-gen/themes/learn
Submodule learn added at 320253
16 changes: 0 additions & 16 deletions docs/docs-gen/themes/learn/.editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions docs/docs-gen/themes/learn/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions docs/docs-gen/themes/learn/.grenrc.yml

This file was deleted.

226 changes: 0 additions & 226 deletions docs/docs-gen/themes/learn/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/docs-gen/themes/learn/LICENSE.md

This file was deleted.

Loading

0 comments on commit 0c5ef37

Please sign in to comment.