diff options
| author | Ritabrata Das <[email protected]> | 2025-02-24 20:50:24 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2025-02-24 20:50:24 +0530 |
| commit | 186498b00ab636cb5a0d98559d785183519d501a (patch) | |
| tree | 1e10310693eef4d33314109f82295b5fa120eac4 /docs/index.html | |
| parent | f2205956946b392f7956cde0d8f8a97b5ab4e423 (diff) | |
Add plugin docs and improve style
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index f653dd2..0a4f5af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,10 +6,12 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" - content="API Documentations for developing plugins for Sakuya AC" + content="Documentation for Sakuya AC, The Perfect and Elegant YSFlight Proxy Server. + Fully free and open source licensed under the GPLv3 License. Stupid fast and has plugin support!" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> - <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" /> + <!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" /> --> + <link rel="stylesheet" href="github.css" /> </head> <body> <div id="app"></div> @@ -21,6 +23,8 @@ loadSidebar: true, onlyCover: true, coverpage: true, + themeColor: "#3F51B5", + loadFooter: true, plugins: [ function (hook) { hook.doneEach(function () { @@ -38,5 +42,7 @@ <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js"></script> <!-- Collapsable side bar --> <script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script> + <!-- Footer --> + <script src=" https://cdn.jsdelivr.net/npm/@alertbox/[email protected]/dist/docsify-footer.min.js "></script> </body> </html> |
