1.5.0 • Published 6 years ago

doclime v1.5.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Getting started

  1. Copy this index.html to your github-pages folder:
<!-- index.html -->
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Doclime</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/doclime@latest/dist/doclime.css">
</head>
<body>

  <div id="root"></div>

  <script src="https://cdn.jsdelivr.net/npm/doclime@latest/dist/doclime.js"></script>
  <script>
    doclime.init({
      title: 'Doclime',
      nav: {
        'default': [
          {
            title: 'Homepage',
            path: '/',
            src: 'https://raw.githubusercontent.com/clippedjs/doclime/master/README.md'
          },
          {title: 'Getting started', path: '/getting-started/hello-world'}
        ]
      }
    })
  </script>
</body>
</html>
  1. Done :smirk:

Credits

  • Docute

    Doclime is basically a clipped preset version of it