index.html 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta charset="UTF-8">
  7. <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
  8. <title>🧰 Stdlib - Useful basic tools library for PHP development.</title>
  9. </head>
  10. <body>
  11. <div id="app"></div>
  12. <script>
  13. window.$docsify = {
  14. repo: 'php-toolkit/stdlib',
  15. maxLevel: 4,
  16. // 加载 _navbar.md
  17. // loadNavbar: true,
  18. loadNavbar: 'test/_navbar.md',
  19. // loadNavbar: 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
  20. alias: {
  21. // '/_navbar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
  22. // '/.*/_sidebar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
  23. // '/.*/_sidebar.md': '/_sidebar.md', // See #301
  24. }
  25. }
  26. </script>
  27. <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
  28. </body>
  29. </html>