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
dependabot[bot] 6d63cbdc1c
chore(deps): bump cookie and express (#491)
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.20.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 11:18:07 +00:00
.github chore(deps): bump taiki-e/install-action from 2.44.60 to 2.44.67 (#489) 2024-11-14 16:37:50 +00:00
.vscode docs: explain effects of multiple body extractors 2024-08-04 21:59:28 +01:00
docs fix typo (#474) 2024-10-15 19:02:25 +00:00
examples chore(deps): bump tokio from 1.41.0 to 1.41.1 in /examples (#490) 2024-11-14 16:37:43 +00:00
src docs: add discord link to top bar 2024-06-09 01:59:57 +01:00
static Make the logo a little bigger to fix regression (#326) 2023-05-09 16:36:48 +01:00
.gitignore TypeScript compatibility (#379) 2024-05-28 19:23:34 +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.ts docs: update navbar title 2024-06-10 23:17:13 +01:00
justfile chore(deps): bump derive_more from 0.99.18 to 1.0.0 in /examples (#432) 2024-08-19 01:13:03 +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(deps): bump cookie and express (#491) 2024-11-15 11:18:07 +00:00
package.json TypeScript compatibility (#379) 2024-05-28 19:23:34 +00:00
README.md Add extension recommendations, fix linting warnings, improve accessibility (#378) 2024-05-27 20:55:31 +00:00
sidebars.ts TypeScript compatibility (#379) 2024-05-28 19:23:34 +00:00
tsconfig.json TypeScript compatibility (#379) 2024-05-28 19:23:34 +00:00
vars.ts docs: remove actix_rt references 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