Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 14, 2023
1 parent 01fd1a0 commit 4989baa
Show file tree
Hide file tree
Showing 21 changed files with 2,904 additions and 52 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Doxygen documentation

- name: Build Doxygen documentation for Backend
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "./backend"

- name: Build Doxygen documentation for Raspberry Pi
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "./raspberry_pi"

- name: Move Doxygen HTML files into Doxygen directory
- name: Move Doxygen HTML files into their parent directories
run: |
sudo mv docs/doxygen/html/* docs/doxygen
sudo mv docs/backend/html/* docs/backend
sudo mv docs/raspberry_pi/html/* docs/raspberry_pi
- name: Build JSDoc documentation
uses: andstor/jsdoc-action@v1
Expand Down
3 changes: 0 additions & 3 deletions Car-Application.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
{
"path": "backend"
},
{
"path": "raspberry-pi"
},
{
"path": "frontend"
}
Expand Down
42 changes: 21 additions & 21 deletions backend/.vscode/compile_commands.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
[
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/rooms/Peer.cpp.o", "src/rooms/Peer.cpp"],
"file": "src/rooms/Peer.cpp"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\App.cpp.obj", "src\\App.cpp"],
"file": "src\\App.cpp"
},
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/rooms/Lobby.cpp.o", "src/rooms/Lobby.cpp"],
"file": "src/rooms/Lobby.cpp"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\rooms\\Lobby.cpp.obj", "src\\rooms\\Lobby.cpp"],
"file": "src\\rooms\\Lobby.cpp"
},
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/rooms/Room.cpp.o", "src/rooms/Room.cpp"],
"file": "src/rooms/Room.cpp"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\rooms\\Peer.cpp.obj", "src\\rooms\\Peer.cpp"],
"file": "src\\rooms\\Peer.cpp"
},
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/App.cpp.o", "src/App.cpp"],
"file": "src/App.cpp"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\rooms\\Room.cpp.obj", "src\\rooms\\Room.cpp"],
"file": "src\\rooms\\Room.cpp"
},
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/controller/RoomsController.cc.o", "src/controller/RoomsController.cc"],
"file": "src/controller/RoomsController.cc"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\controller\\AbstractController.cc.obj", "src\\controller\\AbstractController.cc"],
"file": "src\\controller\\AbstractController.cc"
},
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/controller/AbstractController.cc.o", "src/controller/AbstractController.cc"],
"file": "src/controller/AbstractController.cc"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\controller\\RoomsController.cc.obj", "src\\controller\\RoomsController.cc"],
"file": "src\\controller\\RoomsController.cc"
},
{
"directory": "/home/pass_is_1/Car-Application/backend",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-std=c++17", "-Iinclude", "-I", "/home/pass_is_1/.xmake/packages/b/boost/1.83.0/782503072bec408f9f070c882e6e776a/include", "-I", "/home/pass_is_1/.xmake/packages/b/bzip2/1.0.8/8db6bd46210f4711a452b7767b44748c/include", "-I", "/home/pass_is_1/.xmake/packages/z/zlib/v1.3/45ea3fb9069b468faf0ef6782964c796/include", "-I", "/home/pass_is_1/.xmake/packages/f/fmt/10.1.1/f6aacaa0e06a42ca8786f360cc1d31c5/include", "-I", "/home/pass_is_1/.xmake/packages/s/spdlog/v1.12.0/e24126f106564f7c97234caa2b9c81c5/include", "-I", "/home/pass_is_1/.xmake/packages/n/nlohmann_json/v3.11.2/d0ab6439a26046eab271bd900a8ea21b/include", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp-websocket/1.3.0/74ca6ba37ddc4ed596561e2625c0b306/include/oatpp-1.3.0/oatpp-websocket", "-I", "/home/pass_is_1/.xmake/packages/o/oatpp/1.3.0/0f4509c6b55d49128c21c834ef94e6a0/include/oatpp-1.3.0/oatpp", "-I", "/home/pass_is_1/.xmake/packages/t/tl_expected/v1.1.0/57774aec28a24eb8b84e9c45d2905d73/include", "-DNDEBUG", "-o", "build/.objs/backend/linux/x86_64/release/src/controller/PageController.cc.o", "src/controller/PageController.cc"],
"file": "src/controller/PageController.cc"
"directory": "c:\\Users\\admin\\Documents\\GitHub\\Car-Application\\backend",
"arguments": ["C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x64\\cl.exe", "/c", "/nologo", "/Zi", "/FS", "/Fdbuild\\windows\\x64\\debug\\compile.backend.pdb", "/Od", "/std:c++17", "/Iinclude", "/D_WIN32", "/EHsc", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\f\\fmt\\10.1.1\\adc308aa1dfc472ab92a30abb14e2d6f\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\s\\spdlog\\v1.12.0\\bc8a841237a14a22acef4ace4e7bf71c\\include", "/IC:\\Users\\admin\\AppData\\Local\\.xmake\\packages\\t\\tl_expected\\v1.1.0\\06aea2638fda4a108c6e31ecc75bfc88\\include", "/Fobuild\\.objs\\backend\\windows\\x64\\debug\\src\\controller\\StaticResourceController.cc.obj", "src\\controller\\StaticResourceController.cc"],
"file": "src\\controller\\StaticResourceController.cc"
}]
2 changes: 1 addition & 1 deletion backend/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = "../docs/doxygen"
OUTPUT_DIRECTORY = "../docs/backend"

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
Expand Down
Empty file removed docs/doxygen/.gitkeep
Empty file.
22 changes: 16 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Documentation</title>
<link rel="stylesheet" href="static/main.css">
<link rel="stylesheet" href="static/circle.css">
<link rel="stylesheet" href="static/lang.css">
<link rel="stylesheet" href="static/stack.css">
</head>

<body>
Expand All @@ -17,18 +17,18 @@ <h1>Documentation</h1>
<p>Click either sections on the bottom to go to their respective documentation.</p>
</div>
<div id="bottom-section">
<div id="cpp" class="sub-section">
<a class="fill" href="doxygen">
<div id="backend" class="sub-section">
<a class="fill" href="backend">
<div class="box">
<h2>Backend</h2>
<div class="circle">
<img src="./static/ISO_C++_Logo.svg.png" alt="C++ Logo">
<img src="./static/C++-Logo.png" alt="C++ Logo">
</div>
</a>
</div>
</div>
<div id="js" class="sub-section">
<a class="fill" href="jsdoc">
<div id="frontend" class="sub-section">
<a class="fill" href="frontend">
<div class="box">
<h2>Frontend</h2>
<div class="circle">
Expand All @@ -37,6 +37,16 @@ <h2>Frontend</h2>
</div>
</a>
</div>
<div id="raspberry_pi" class="sub-section">
<a class="fill" href="raspberry_pi">
<div class="box">
<h2>Raspberry Pi</h2>
<div class="circle">
<img src="./static/Raspberry_Pi-Logo.png" alt="Raspberry Pi Logo">
</div>
</div>
</a>
</div>
</div>
</div>
</body>
Expand Down
Empty file removed docs/jsdoc/.gitkeep
Empty file.
File renamed without changes
Binary file added docs/static/Raspberry_Pi-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions docs/static/lang.css

This file was deleted.

26 changes: 26 additions & 0 deletions docs/static/stack.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#backend {
background-color: #1A4D89;
color: white;
}

#backend .circle {
background-color: #376399;
}

frontend {
background-color: #F8EEB9;
color: black;
}

frontend .circle {
background-color: #E5DBAC;
}

#raspberry_pi {
background-color: #9A002A;
color: white;
}

#raspberry_pi .circle {
background-color: #8b002a;
}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4989baa

Please sign in to comment.