1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 10:02:57 +01:00
The Actix website. https://actix.rs
Go to file
dependabot[bot] 7e2e17e01e
Bump path-parse from 1.0.6 to 1.0.7 (#280)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:16:41 +01:00
.github/workflows migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
.vscode improve extractors docs 2022-04-07 16:22:17 +01:00
docs Fix outdated info in Server->Multi-Threading section of docs 2022-07-30 18:12:15 +01:00
examples Update information on Compress middleware (#279) 2022-07-19 11:11:45 +01:00
src migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
static migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
.gitignore migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09: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 Fix base URL 2022-07-16 19:06:27 +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 path-parse from 1.0.6 to 1.0.7 (#280) 2022-07-30 18:16:41 +01:00
package.json migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
README.md migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
sidebars.js migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09:00
vars.js migrate to docusaurus (v2) (#266) 2022-07-16 18:59:20 +09: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