MyGit

actix/actix-website

Fork: 259 Star: 196 (更新于 2024-12-21 16:31:10)

license: Apache-2.0

Language: HTML .

The Actix Web website.

最后发布版本: v3 ( 2020-09-12 23:25:59)

官方网址 GitHub网址

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

最近版本更新:(数据更新于 2024-10-01 13:31:20)

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最近更新仓库

2025-01-19 06:59:34 nova-video-player/aos-AVP

2025-01-18 11:59:26 squidfunk/mkdocs-material

2025-01-18 03:46:14 windmill-labs/windmill

2025-01-16 21:41:27 web-infra-dev/midscene

2025-01-16 18:48:25 Tencent/tdesign-miniprogram

2025-01-04 22:49:06 LSPosed/LSPosed.github.io