FastGPT/docSite
Carson Yang 5bca15f12f
Some checks are pending
deploy-docs / deploy-production (push) Waiting to run
Build docs images and copy image to docker hub / build-fastgpt-docs-images (push) Waiting to run
Build docs images and copy image to docker hub / update-docs-image (push) Blocked by required conditions
Docs: fix HomePage (#977)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
2024-03-12 13:51:30 +08:00
..
archetypes docs: update the framework of doc site (#207) 2023-08-22 11:08:28 +08:00
assets [ImgBot] Optimize images (#859) 2024-02-18 20:07:44 +08:00
content/docs move components to web package (#37) (#970) 2024-03-11 13:38:52 +08:00
i18n Docs: use docsearch (#391) 2023-10-12 00:04:45 +08:00
layouts docs: optimize css style (#700) 2024-01-06 18:42:27 +08:00
static [ImgBot] Optimize images (#859) 2024-02-18 20:07:44 +08:00
.zhlintignore v4.5.2 (#439) 2023-10-30 13:26:42 +08:00
.zhlintrc oenapi doc (#493) 2023-11-20 13:43:33 +08:00
Dockerfile Docs: add Dockerfile for docs (#369) 2023-10-06 08:01:16 +08:00
README.md v4.5.2 (#439) 2023-10-30 13:26:42 +08:00
go.mod Docs: update theme version (#571) 2023-12-07 18:07:57 +08:00
go.sum Docs: update theme version (#571) 2023-12-07 18:07:57 +08:00
hugo.toml Docs: fix HomePage (#977) 2024-03-12 13:51:30 +08:00
vercel.json Docs: delete image cdn for vercel (#385) 2023-10-09 15:03:07 +08:00

文档

本地运行

  1. 安装 go 语言环境。
  2. 安装 hugo。二进制下载,注意需要安装 extended 版本。
  3. cd docSite
  4. hugo serve
  5. 访问 http://localhost:1313