diff options
| author | Ritabrata Das <[email protected]> | 2025-02-15 21:55:29 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2025-02-15 21:55:29 +0530 |
| commit | 6aa3b56c276ee285ed2f0657f32586102ac7cd2f (patch) | |
| tree | 1f04c351a3e7b8be7c89a359e8ff84e9f2208e52 /docs/index.html | |
| parent | 33251e2c8e9e7983084777b518c7d72b539e1be8 (diff) | |
Add aircraft and player class
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 10e4705..551272b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,11 +15,23 @@ <div id="app"></div> <script> window.$docsify = { - name: "", - repo: "", + name: "Sakuya AC API Documentation", + repo: "https://github.com/the-indian-dev/sakuya-ac", + maxLevel: 3, + plugins: [ + function (hook) { + hook.doneEach(function () { + Prism.highlightAll(); + }); + }, + ], }; </script> <!-- Docsify v4 --> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script> + <!-- Click to copy plugin --> + <script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script> + <!-- Prism --> + <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js"></script> </body> </html> |
