Skip to content

filsdufrere/sitn-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation SITN - website

This project is divided into 2 parts:

  • docusaurus documentation
  • live examples

Each part is managed separately by two distincts package.json

Run docusaurus

cd docusaurus
npm i
npm start

Run live examples

cd examples
npm i
npm start

Deploy

python deploy

Contribute

If you want to add a live-example to the documentation, best is to start in the examples directory:

  1. Create a folder containing your example
  2. Reference it in /index.html
  3. Reference it in /vite.config.js in the input section
  4. Publish your code to GitHub and deploy examples container
  5. You are now able to include the github code in your markdown and a live exemple as an iframe

About

SITN Web services documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.6%
  • CSS 16.4%
  • Python 8.5%
  • Dockerfile 4.6%
  • JavaScript 0.9%