https://github.com/axios/axios-docs
Official documentation for the axios HTTP library
https://github.com/axios/axios-docs
Last synced: 2 months ago
JSON representation
Official documentation for the axios HTTP library
- Host: GitHub
- URL: https://github.com/axios/axios-docs
- Owner: axios
- License: mit
- Created: 2020-05-07T13:36:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:00:52.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:02:31.396Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 135
- Watchers: 10
- Forks: 133
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Axios Website
[](https://app.netlify.com/sites/axios-docs/deploys)
[](code_of_conduct.md)The documentation page was built using [`inert static site generator`](https://github.com/codemaster138/inert). 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:
```bash
npm i -g inert-ssg # yarn global add inert-ssg
```Now, open a terminal and run the following command:
```bash
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](https://github.com/codemaster138)