mirror of
https://github.com/actix/actix-website
synced 2025-01-22 08:05:56 +01:00
dependabot[bot]
75c62844a3
Bump the shuttle group in /examples with 2 updates (#392)
Bumps the shuttle group in /examples with 2 updates: [shuttle-actix-web](https://github.com/shuttle-hq/shuttle) and [shuttle-runtime](https://github.com/shuttle-hq/shuttle). Updates `shuttle-actix-web` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/shuttle-hq/shuttle/releases) - [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md) - [Commits](https://github.com/shuttle-hq/shuttle/compare/v0.45.0...v0.46.0) Updates `shuttle-runtime` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/shuttle-hq/shuttle/releases) - [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md) - [Commits](https://github.com/shuttle-hq/shuttle/compare/v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: shuttle-actix-web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shuttle - dependency-name: shuttle-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shuttle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Description
Languages
HTML
47.6%
JavaScript
36.3%
SCSS
10.2%
CSS
5.9%