index.html 968 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
  7. <title>docs</title>
  8. <link rel="stylesheet" href="./asset/docute.css">
  9. <style>
  10. .markdown-body h5 {
  11. font-size: .85em;
  12. color: #C43C3C;
  13. }
  14. .markdown-body h6 {
  15. font-size: .85em;
  16. color: #ff9917;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <div id="app"></div>
  22. <script src="./asset/docute.js"></script>
  23. <script>
  24. docute.init({
  25. icons: [{
  26. icon: 'link',
  27. label: 'my blog',
  28. link: 'http://hcysun.me'
  29. },{
  30. icon: 'github',
  31. label: 'Star me on GitHub',
  32. link: 'https://github.com/HcySunYang/analyze-vue'
  33. }],
  34. tocVisibleDepth: 6
  35. })
  36. </script>
  37. </body>
  38. </html>