docs: add docs verson 1

This commit is contained in:
nxglabs
2023-12-18 20:21:12 +05:30
parent 8c209f5a9e
commit 93f7408847
58 changed files with 16570 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #0C1227;
--ifm-color-primary-dark: #0A1026;
--ifm-color-primary-darker: #080F27;
--ifm-color-primary-darkest: #070E2A;
--ifm-color-primary-light: #0B194B;
--ifm-color-primary-lighter: #0E205F;
--ifm-color-primary-lightest: #112775;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #5768a3;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}