Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

frictionlessdata/docs

Repository files navigation

documentation

A documentation portal for FrictionlessData

Development

To start a development server at http://localhost:3000:

nvm install 12
nvm use 12
npm install
npm run remote
npm run serve

To add a new markdown article:

  • add under the documentation folder
  • add to the documentation/sidebar.md

To update the docsify settings:

  • update the documentation/index.html file

To update the visual design:

  • update the documentation/theme.css file

To add tabs with different languages:

  • see the tutorials/working-with-data-packages.md document

References