Skip to content

sourcenetwork/docs.source.network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

291 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Network Documentation

CC BY-SA 4.0

This is the center of Source Network's documentation.

Getting started

$ npm install
$ npm run start

This installs necessary dependencies and starts a local development server. Most changes are reflected live without having to restart the server.

This website is built using Docusaurus 2.

Documentation is written using common markdown syntax or MDX syntax - the file extension will determine the syntax (.md for common markdown and .mdx for MDX).

Deployment

The website is automatically deployed using Cloudfare Pages.

DefraDB autogenerated references

To generate references, from defradb dir:

# CLI commands
rm -f ../docs.source.network/docs/defradb/references/cli/*.md
go run cmd/genclidocs/main.go -o ../docs.source.network/docs/defradb/references/cli

# HTTP API reference
go run cmd/genopenapi/main.go | python -m json.tool > ../docs.source.network/docs/defradb/references/http/openapi.json

Contributing

Feedback and pull requests appreciated!

About

Source Network developer documentation portal

Resources

License

Stars

17 stars

Watchers

6 watching

Forks

Contributors