Skip to content

Commit 9be7923

Browse files
committed
fix: move docs folder
1 parent e041fc1 commit 9be7923

235 files changed

Lines changed: 171 additions & 107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: install mkdocs deps
5555
run: |
56-
pip install jinja2 Pygments mkdocs mkdocs-same-dir mkdocs-minify-plugin mkdocs-redirects mkdocs-exclude mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin mkdocs-with-pdf beautifulsoup4==4.9.3 cairosvg pillow mkdocs-rss-plugin mkdocs-timetoread-plugin tzdata lxml mkdocs-glightbox mkdocs-revealjs mkdocs-charts-plugin
56+
pip install jinja2 Pygments mkdocs mkdocs-same-dir mkdocs-minify-plugin mkdocs-redirects mkdocs-exclude mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin mkdocs-with-pdf beautifulsoup4==4.9.3 cairosvg pillow mkdocs-rss-plugin mkdocs-timetoread-plugin tzdata lxml mkdocs-glightbox mkdocs-revealjs mkdocs-charts-plugin mkdocs-git-authors-plugin
5757
npm install
5858
5959
- name: install squidfunk mkdocs material

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ CPMAddPackage("gh:onqtam/doctest@2.4.8")
3030
OPTION(ENABLE_INTRO "ENABLE_INTRO" ON)
3131
IF(ENABLE_INTRO)
3232
set(CMAKE_CXX_STANDARD 20)
33-
add_subdirectory(courses/intro)
33+
add_subdirectory(docs/intro)
3434
endif()
3535

3636
# options to what include and use
3737
OPTION(ENABLE_ADVANCED_CPP "ENABLE_ADVANCED_CPP" ON)
3838
IF(ENABLE_ADVANCED_CPP)
3939
set(CMAKE_CXX_STANDARD 20)
40-
add_subdirectory(courses/advanced)
40+
add_subdirectory(docs/advanced)
4141
endif()
4242

4343
# todo: do the same for the other topics
@@ -48,4 +48,4 @@ ENDIF()
4848

4949
CPMAddPackage("gh:TheLartians/Format.cmake@1.7.3")
5050

51-
add_subdirectory(courses/artificialintelligence)
51+
add_subdirectory(docs/artificialintelligence)

blog/index.md

Lines changed: 2 additions & 1 deletion

courses/artificialintelligence/slides/test.md

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

docs/README.md

Lines changed: 96 additions & 0 deletions
File renamed without changes.

courses/advanced/01-introduction/actvities/CMakeLists.txt renamed to docs/advanced/01-introduction/actvities/CMakeLists.txt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)