Skip to content

Official documentation for the axios HTTP library

License

Notifications You must be signed in to change notification settings

manishraghavendra/axios-docs

Repository files navigation

Axios Website

Netlify Status Contributor Covenant

The documentation page was built using inert static site generator. It works like this: inside the docs folder, there is a folder named _src (because GitHub automatically hides all files and folders starting with _ from viewers on GitHub Pages). Inside this 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-cli # yarn global add inert-cli

Now, open a terminal, navigate into the folder docs/_src 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 docs directory.

This website was generously created by @codemaster138

About

Official documentation for the axios HTTP library

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • EJS 21.9%
  • SCSS 17.8%
  • Handlebars 1.0%