@nrk/core-docs
@nrk/core-docs
makes it easy to write documentation for your project in markdown and
render it beautifully.
For installation and usage read the documentation.
Check out live examples at @nrkno/core-css
,
@nrkno/core-analytics
and @nrkno/core-icons
.
Local development
First clone @nrk/core-docs
and install its dependencies:
git clone git@github.com:nrkno/core-docs.git
cd core-docs
npm install
npm start
Building and committing
After having applied changes, remember to build before pushing the changes upstream.
git checkout -b feature/my-changes
npm run build
git commit -am "Add my changes"
git push origin feature/my-changes
NOTE! Please also make sure to keep commits small and clean (that the commit message actually refers to the updated files).
Stylistically, make sure the commit message is Capitalized and starts with a verb in the present tense (for example Add minification support
).