1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
The Actix website. https://actix.rs
Go to file
2023-05-09 18:22:55 +09:00
.github/workflows fix CI job labels 2023-02-03 14:00:55 -05:00
.vscode improve extractors docs 2022-04-07 16:22:17 +01:00
docs Update middleware.md (#321) 2023-04-24 19:42:03 +01:00
examples Update virtual hosting example to use guard::Host instead of guard::Header (#318) 2023-03-14 13:45:18 +00:00
src fix some broken links 2023-02-03 14:11:14 -05:00
static migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
.gitignore Improve home page (#305) 2023-01-09 09:52:42 +00:00
.nvmrc migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
.prettierrc.yaml fmt 2022-02-26 04:41:49 +00:00
babel.config.js migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
CNAME Update website 2018-05-22 23:15:08 +02:00
docusaurus.config.js Specify size of logo to remove layout shift (#323) 2023-05-09 18:22:55 +09:00
LICENSE-APACHE update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
LICENSE-MIT update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
package-lock.json Bump webpack from 5.75.0 to 5.76.1 (#319) 2023-03-15 20:05:04 +09:00
package.json migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
README.md remove v2 note from readme 2023-03-13 17:19:19 +00:00
sidebars.js Port actix book (#297) 2022-11-10 13:09:51 +00:00
vars.js bump MSRV (#313) 2023-02-14 11:29:50 +00:00

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