summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 08efd76f2cf7dffa648916fbd663c8ec56ea155e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>Sakuya AC Documentation</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta
            name="description"
            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="github.css" />
    </head>
    <body>
        <div id="app"></div>
        <script>
            window.$docsify = {
                name: "Sakuya AC",
                repo: "https://github.com/the-indian-dev/sakuya-ac",
                maxLevel: 3,
                loadSidebar: true,
                onlyCover: true,
                coverpage: true,
                themeColor: "#3F51B5",
                loadFooter: true,
                search: {
                    namespace: "sakuya-ac",
                },
                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>
        <!-- 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>
        <!-- Search -->
        <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
        <!-- Pagination -->
        <script src="//cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>
    </body>
</html>