Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
177482b3
authored
Sep 20, 2023
by
Carson Yang
Committed by
GitHub
Sep 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: fix code block highlight (#328)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
parent
63b183a9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
.github/workflows/deploy-docs.yml
+0
-2
.github/workflows/deploy-preview.yml
+0
-2
docSite/go.mod
+2
-2
docSite/go.sum
+2
-0
No files found.
.github/workflows/deploy-docs.yml
View file @
177482b3
...
...
@@ -55,8 +55,6 @@ jobs:
# Step 4 - Builds the site using Hugo
-
name
:
Build
run
:
cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify
env
:
HUGO_BASEURL
:
${{ vars.BASE_URL }}
# Step 5 - Push our generated site to Vercel
-
name
:
Deploy to Vercel
...
...
.github/workflows/deploy-preview.yml
View file @
177482b3
...
...
@@ -55,8 +55,6 @@ jobs:
# Step 4 - Builds the site using Hugo
-
name
:
Build
run
:
cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify
env
:
HUGO_BASEURL
:
${{ vars.BASE_URL }}
# Step 5 - Push our generated site to Vercel
-
name
:
Deploy to Vercel
...
...
docSite/go.mod
View file @
177482b3
module fastgpt-docs
go 1.2
3
go 1.2
1
require (
github.com/colinwilson/lotusdocs v0.0.0-20230
821033552-c5bcbdd9df80
// indirect
github.com/colinwilson/lotusdocs v0.0.0-20230
919015602-a9717caaab14
// indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 // indirect
)
docSite/go.sum
View file @
177482b3
...
...
@@ -4,6 +4,8 @@ github.com/colinwilson/lotusdocs v0.0.0-20230820063310-51255ddcf986 h1:IZb47oZD5
github.com/colinwilson/lotusdocs v0.0.0-20230820063310-51255ddcf986/go.mod h1:9zu2REJDi+zdPRcR5/bRYSUR7gkNF4NQLvV38SEoCP8=
github.com/colinwilson/lotusdocs v0.0.0-20230821033552-c5bcbdd9df80 h1:jKZF8sqr/q34TF0batU4q/qs1VSj22AvVjJlO1y+BSk=
github.com/colinwilson/lotusdocs v0.0.0-20230821033552-c5bcbdd9df80/go.mod h1:9zu2REJDi+zdPRcR5/bRYSUR7gkNF4NQLvV38SEoCP8=
github.com/colinwilson/lotusdocs v0.0.0-20230919015602-a9717caaab14 h1:ORzVQia2njOTCs/5cTQZW0Y+YRZlupgwtGx3umABTcc=
github.com/colinwilson/lotusdocs v0.0.0-20230919015602-a9717caaab14/go.mod h1:9zu2REJDi+zdPRcR5/bRYSUR7gkNF4NQLvV38SEoCP8=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 h1:pt/JGVD5YYRsVVijOHPZI6YKTUvbR4e0hgV9B0S6rbI=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003/go.mod h1:mvM05r93HiefwoaxQTaYiJxtJAhTebwQtU1Xh/J+Okk=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment