actix / actix-website

The Actix Web website.

Home Page:https://actix.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actix Website

Getting Started

Building the website depends on Docusaurus, you must have npm or yarn installed. You can run the site locally with:

git clone https://github.com/actix/actix-website.git
cd actix-website
npm install  # or yarn install
npm start  # or yarn start

Then visit http://localhost:3000.

Updating diagrams

Diagrams are located under /static/img/diagrams/ and built with Mermaid CLI.

For instance to edit connection_overview diagram:

cd static/img/diagrams
vi connection_overview.mmd
# Compile diagrams:
mmdc -i connection_overview.mmd -o connection_overview.svg

License

This site is licensed under either of

About

The Actix Web website.

https://actix.rs

License:Apache License 2.0


Languages

Language:HTML 38.4%Language:TypeScript 33.0%Language:Mermaid 12.0%Language:SCSS 8.2%Language:CSS 8.1%Language:JavaScript 0.3%Language:Just 0.1%