close
The Wayback Machine - https://web.archive.org/web/20211011230146/https://github.com/axios/axios-docs
Skip to content
master
Switch branches/tags
Code

Latest commit

* [Update] Index page styles

`assets/style/index.scss` file updated and some commented statements
uncommented so the desired css files will be generated, also some rules
added back where it was exists in the css file but not in the scss file
so now compiling the SCSS file will generate correct CSS files.

* [Updated] index posts style for better management

moved RTL specific styles up to the above of media queries
so it's more scannable when others want to make changes
this is a convention I picked up during CSS development and
it's very helpful for future contributors.

* [Added] better RTL support in home page

- Corrected subheading in the kurdish translations where some english
  words where leaved mistakenly before.
- Added these new fields for better translation of the home page, also
  updated the english file as it's the base language:
  - Website Copy Right Footer
  - View On Github
  - Axios Project Copy Right Footer
  - License Label Footer

* [Fixed] an ejs error

* [Fixed] typo in Kurdish translations
797a0c5

Git stats

Files

Permalink
Failed to load latest commit information.

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

Releases

No releases published

Packages

No packages published