1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00
dependabot[bot] 69f2005d61
Bump minimist from 1.2.5 to 1.2.6 (#283)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:16:54 +01:00
2022-04-07 16:22:17 +01:00
2022-07-16 18:59:20 +09:00
2022-07-16 18:59:20 +09:00
2022-07-16 18:59:20 +09:00
2022-07-16 18:59:20 +09:00
fmt
2022-02-26 04:41:49 +00:00
2018-05-22 23:15:08 +02:00
2022-07-16 19:06:27 +09:00
2022-02-26 03:56:24 +00:00
2022-02-26 03:56:24 +00:00
2022-07-16 18:59:20 +09:00
2022-07-16 18:59:20 +09:00
2022-07-16 18:59:20 +09:00
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

Description
The Actix website. https://actix.rs
Readme 11 MiB
Languages
HTML 47.6%
JavaScript 36.3%
SCSS 10.2%
CSS 5.9%