Skip to content
forked from axios/axios-docs

Official documentation for the axios HTTP library

License

Notifications You must be signed in to change notification settings

selimb/axios-docs

This branch is 21 commits behind axios/axios-docs:master.

Folders and files

NameName
Last commit message
Last commit date
May 12, 2023
May 12, 2023
Feb 22, 2024
Jul 13, 2023
May 12, 2023
Oct 26, 2023
Oct 26, 2023
May 12, 2023
May 12, 2023
May 12, 2023
Mar 7, 2021
Mar 7, 2021
May 19, 2021
Apr 6, 2021
Jan 31, 2022
Feb 14, 2023
Jul 13, 2023
Oct 26, 2023
Feb 14, 2023
Oct 25, 2021
Jan 31, 2022
May 12, 2023
Feb 14, 2023
Oct 21, 2021
Oct 11, 2021
May 12, 2023
May 12, 2023
Jan 22, 2021
Oct 25, 2021
Feb 14, 2023
Oct 13, 2021
May 12, 2023
Oct 25, 2021
May 12, 2023

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 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

About

Official documentation for the axios HTTP library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • EJS 19.4%
  • SCSS 16.7%