axelarnetwork / axelar-docs

Resources & Documentation for Axelar Network

Home Page:https://docs.axelar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axelar Docs

The official documentation website for Axelar.

The project uses Astro and deploys via Vercel. To develop it locally, clone this repository and run the following command to start the local dev server:

npm install
npm run dev

And visit localhost:3000 to preview your changes.

Updating Navigation

Site navigation is generated in TypeScript based on the section the user is currently browsing in. The navigation layout is managed in src/layouts/navigation.ts, with pages represented as a title and href in one of the children arrays. The site supports up to 3 levels of nested navigation, with the top level acting as navigation header. Each subsequent level is visually tabbed beneath its parent.

Short links

These links redirect to pages in the documentation whose slugs may otherwise be hard to remember.

ITS

About

Resources & Documentation for Axelar Network

https://docs.axelar.dev

License:MIT License


Languages

Language:MDX 84.0%Language:JavaScript 5.6%Language:Astro 3.5%Language:TypeScript 3.4%Language:SCSS 1.7%Language:Solidity 1.3%Language:CSS 0.5%