doclime
v1.5.0
Published
<h1 align="center">:lemon: Doclime</h1>
Downloads
7
Readme
Getting started
- 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>
- Done :smirk:
Credits
Doclime is basically a clipped preset version of it