@dreesq/serpent
Version:
An express wrapper for developing fast web applications
171 lines (170 loc) • 5.24 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Documentation</title>
<link rel="stylesheet" href="/serpent/res/docute.min.css">
</head>
<body>
<div id="docute"></div>
<script src="/serpent/res/docute.min.js"></script>
<script>
new Docute({
target: '#docute',
theme: 'dark',
nav: [
{
title: 'Home',
link: '/'
},
{
title: 'GitHub',
link: 'https://github.com/dreesq/serpent'
},
{
title: 'Discord',
link: 'https://discord.gg/4EUtFsx'
}
],
sidebar: [
{
title: 'Guide',
links: [
{
title: 'Installation',
link: '/guide/installation'
},
{
title: 'Contributing',
link: '/guide/contributing'
}
]
},
{
title: 'Actions',
collapsable: true,
links: [
{
title: 'Introduction',
link: '/actions/introduction'
},
{
title: 'Usage',
link: '/actions/usage'
},
{
title: 'Helpers',
link: '/actions/helpers'
},
{
title: 'Middlewares',
link: '/actions/middlewares'
},
{
title: 'Default Actions',
link: '/actions/default-actions'
}
]
},
{
title: 'Client',
collapsable: true,
links: [
{
title: 'Introduction',
link: '/client/introduction'
},
{
title: 'Authentication',
link: '/client/auth'
},
{
title: 'Validator',
link: '/client/validator'
},
{
title: 'Events',
link: '/client/events'
},
{
title: 'Internationalization (i18n)',
link: '/client/i18n'
},
]
},
{
title: 'Plugins',
collapsable: true,
links: [
{
title: 'Router',
link: '/plugins/router'
},
{
title: 'Authentication',
link: '/plugins/auth'
},
{
title: 'Input',
link: '/plugins/input'
},
{
title: 'Validator',
link: '/plugins/validator'
},
{
title: 'Web sockets',
link: '/plugins/sockets'
},
{
title: 'Internationalization (i18n)',
link: '/plugins/i18n'
},
{
title: 'Database',
link: '/plugins/db'
},
{
title: 'Elasticsearch (es)',
link: '/plugins/es'
},
{
title: 'Stripe',
link: '/plugins/stripe'
},
{
title: 'Mail',
link: '/plugins/mail'
},
{
title: 'Events',
link: '/plugins/events'
},
{
title: 'Axios',
link: '/plugins/axios'
},
{
title: 'Firebase',
link: '/plugins/firebase'
},
{
title: 'Utils',
link: '/plugins/utils'
},
{
title: 'Crypto',
link: '/plugins/crypto'
},
{
title: 'Creating a plugin',
link: '/plugins/_create'
},
]
}
]
})
</script>
</body>
</html>