1
0
mirror of https://github.com/actix/actix-website synced 2025-04-14 17:45:16 +02:00
dependabot[bot] 85c480f22e
chore(deps): bump estree-util-value-to-estree from 3.1.1 to 3.3.3 (#584)
Bumps [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree) from 3.1.1 to 3.3.3.
- [Release notes](https://github.com/remcohaszing/estree-util-value-to-estree/releases)
- [Commits](https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.1.1...v3.3.3)

---
updated-dependencies:
- dependency-name: estree-util-value-to-estree
  dependency-version: 3.3.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-09 14:31:06 +00:00
2024-06-09 01:59:57 +01:00
2025-02-25 07:17:55 +00:00
2024-05-28 19:23:34 +00:00
2023-11-06 13:42:26 +00:00
2023-11-01 15:32:44 +00:00
2023-11-01 15:32:44 +00:00
2018-05-22 23:15:08 +02:00
2024-06-10 23:17:13 +01:00
2022-02-26 03:56:24 +00:00
2022-02-26 03:56:24 +00:00
2024-05-28 19:23:34 +00:00
2024-05-28 19:23:34 +00:00
2024-05-28 19:23:34 +00:00
2024-06-01 16:09:51 +01: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 14 MiB
Languages
HTML 47.6%
JavaScript 36.3%
SCSS 10.2%
CSS 5.9%