All Projects → axios → axios-docs

axios / axios-docs

Licence: MIT license
Official documentation for the axios HTTP library

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
SCSS
7915 projects
CSS
56736 projects

Axios Website

Netlify Status Contributor Covenant

The documentation page was built using inert static site generator. It works like this: Inside the root folder, there are some configuration, templates, styles, and, most importantly, in the posts folder, multiple markdown files containing the documentation.

To compile the documentation page, one must first install the inert CLI:

npm i -g inert-ssg # yarn global add inert-ssg

Now, open a terminal and run the following command:

inert build

Inert will convert the markdown files into HTML, insert them into the templates, compile the SCSS styles and write the output into the public directory.

This website was generously created by @codemaster138

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].