actix/actix-website
Fork: 237 Star: 182 (更新于 2023-11-19 08:42:50)
license: Apache-2.0
Language: HTML.
The Actix Web website.
最后发布版本: v3 (2020-09-12 23:25:59)
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])
最近版本更新:(数据更新于2023-12-04 00:37:25)
2020-09-12 23:25:59 v3
2018-01-08 11:53:09 Init-v1.1
2018-01-08 11:25:31 Init-v1.0
主题(topics):
actix, actix-web
actix/actix-website同语言HTML最近更新仓库
2023-12-01 14:12:16 mouredev/python-web
2023-11-30 05:48:20 Unstructured-IO/unstructured
2023-11-29 13:33:19 Suffuse-Team/suffuse-team.github.io
2023-11-28 10:16:56 web-platform-tests/wpt
2023-11-28 04:36:47 nova-video-player/aos-AVP
2023-11-28 00:41:07 NorthwoodsSoftware/GoJS