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
Hichem Fantar 2aacdf2f70
Add extension recommendations, fix linting warnings, improve accessibility (#378)
* chore: add VS Code extension recommendations

* Update image URLs in README and documentation files

* chore: disable no-inline-html rule

* chore: use standard md/mdx syntax, and use .jsx for react components

* chore: fix email links in Code of Conduct

The commit message suggests fixing the email links in the Code of Conduct file to use the correct `mailto:` syntax.

* chore: update actix-web error helper links

Update the links to the `actix-web` error helper traits in the `databases.md` and `errors.md` files to use the correct URLs.

* chore: restore unused actix-web error helper links

* Update src/pages/community/coc.md

Co-authored-by: Rob Ede <robjtede@icloud.com>

* Update docs/getting-started.md

Co-authored-by: Rob Ede <robjtede@icloud.com>

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-05-27 20:55:31 +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 Add extension recommendations, fix linting warnings, improve accessibility (#378) 2024-05-27 20:55:31 +00:00
docs Add extension recommendations, fix linting warnings, improve accessibility (#378) 2024-05-27 20:55:31 +00:00
examples Bump the shuttle group in /examples with 2 updates (#376) 2024-05-20 09:27:10 +00:00
src Add extension recommendations, fix linting warnings, improve accessibility (#378) 2024-05-27 20:55:31 +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 chore: update docusaurus.config.js and package.json (#377) 2024-05-27 13:32:48 +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 chore: update docusaurus.config.js and package.json (#377) 2024-05-27 13:32:48 +00:00
package.json chore: update docusaurus.config.js and package.json (#377) 2024-05-27 13:32:48 +00:00
README.md Add extension recommendations, fix linting warnings, improve accessibility (#378) 2024-05-27 20:55:31 +00:00
sidebars.js prettier js/html 2023-11-01 15:32:44 +00:00
vars.js docs: use rustls in http/2 example 2024-03-02 17:30:56 +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