-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
2,904 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,6 @@ | |
{ | ||
"path": "backend" | ||
}, | ||
{ | ||
"path": "raspberry-pi" | ||
}, | ||
{ | ||
"path": "frontend" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.