docusaurus-framework
/
0.1.2
docusaurus-framework 0.1.2
Install from the command line:
Learn more about npm packages
$ npm install @liquidlight/docusaurus-framework@0.1.2
Install via package.json:
"@liquidlight/docusaurus-framework": "0.1.2"
About this version
This is a framework around a framework. It is a quick, kick-start package allowing minimal setup for a documentation site.
At Liquid Light we have our documentation located within the main site repo, so we made this to allow for lightweight deployment of our documentation framework. It comes with some (hopefully) sensible defaults.
npm i @liquidlight/docusaurus-framework
- Create a
docusaurus.config.js
in the root of your project with the following contents:
const config = require('@liquidlight/docusaurus-framework');
module.exports = {
...config,
title: ''
};
- Add the following scripts to the
package.json
"scripts": {
"watch": "./node_modules/.bin/docusaurus start",
"build": "./node_modules/.bin/docusaurus build",
"serve": "./node_modules/.bin/docusaurus serve"
}
Details
- docusaurus-framework
- liquidlight
- over 1 year ago
- ISC
- 9 dependencies
Assets
- docusaurus-framework-0.1.2.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0