Giter Club home page Giter Club logo

aura_docs's Introduction

Aura Network Documents

This repository contains source code and content of Aura Network Document (or simply Aura-docs.)

Aura-docs based on Docusaurus v2, which is a project for building, deploying, and maintaining open source project websites easily.

Run locally

To run the project locallt, please follow installation guide from here

If you already setup things correctly, then just simply:

npm run start

Requirement

Using Node.js version larger than 14.10

Adding new content

New content should be written in .md file under docs directory.

Adding Swagger API

Aura docs uses OpenAPI plugin for generate swagger API automatically. First, add your swagger file to a openAPI directory and update docusaurus.config.js in the docusaurus-plugin-openapi-docs section.

To generate or remove mxd files from the swagger document, just do as follow:

# generate all api-docs 
yarn docusaurus gen-api-docs all

# generate docs for a specific api
yarn docusaurus gen-api-docs <id>

# clean up all api-docs
yarn docusaurus clean-api-docs all

# clean up a specific api
yarn docusaurus clean-api-docs <id>

NOTE: the plugin is having problems in parsing openAPI v3, so we can convert these docs back to swagger v2.0 using: https://www.npmjs.com/package/api-spec-converter

aura_docs's People

Contributors

chickenharry avatar eledra89 avatar agreenpolarbear avatar kienvc avatar fibonacci998 avatar ngocanh7278 avatar jammyaa avatar thaonguyen541 avatar duck59uet avatar imhson avatar hoanm avatar haitranwang avatar cloudcludfore avatar itleson avatar nam3t avatar andqk00 avatar harisato avatar crazysergo avatar thienlk1 avatar atomstaker avatar caotre avatar rooiie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.