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
EB 7c063e890f
Update Cargo.toml (#365)
* Update Cargo.toml

serde::Deserialize is added features/derive

* Update Cargo.toml

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-03-01 18:06:22 +00:00
.github Bump actions/setup-node from 4.0.1 to 4.0.2 (#363) 2024-02-12 08:47:16 +00:00
.vscode improve extractors docs 2022-04-07 16:22:17 +01:00
docs Fix sec-3-address.md run failed issue (#357) 2024-01-15 04:39:50 +00:00
examples Update Cargo.toml (#365) 2024-03-01 18:06:22 +00:00
src Update: deps, markdown syntax, docuCtx. Change default edit branch to 'main'. (#339) 2023-11-02 00:46:56 +00:00
static Make the logo a little bigger to fix regression (#326) 2023-05-09 16:36:48 +01:00
.gitignore Improve home page (#305) 2023-01-09 09:52:42 +00:00
.nvmrc chore: update .nvmrc to 18 2023-11-06 13:42:26 +00:00
.prettierrc.yaml prettier js/html 2023-11-01 15:32:44 +00:00
babel.config.js prettier js/html 2023-11-01 15:32:44 +00:00
CNAME Update website 2018-05-22 23:15:08 +02:00
docusaurus.config.js Update: deps, markdown syntax, docuCtx. Change default edit branch to 'main'. (#339) 2023-11-02 00:46:56 +00: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 follow-redirects from 1.15.3 to 1.15.4 (#355) 2024-01-11 09:59:52 +00:00
package.json trigger rebuild 2023-11-02 00:55:01 +00:00
README.md fix readme self-links 2024-01-02 21:25:29 +00:00
sidebars.js prettier js/html 2023-11-01 15:32:44 +00:00
vars.js prettier js/html 2023-11-01 15:32:44 +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