We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c27e1 commit 46e1fc4Copy full SHA for 46e1fc4
README.md
@@ -1,16 +1,16 @@
1
-This plugin provides *Project Pages* feature for
+This plugin provides *Project Pages* for
2
[GitBucket](https://github.com/gitbucket/gitbucket).
3
4
Notes:
5
6
-- view static web page in `gh-pages` branch under
7
- `/<user>/<project>/pages/`
+- view static web page in `gh-pages` branch at
+ `<gitbucket base url>/<user>/<project>/pages/`
8
- no site generator will run (you must build & commit all html with
9
assets if you use jekyll and the like)
10
- you kinda have to add links to pages in README or repository
11
description, there's no way to provide handy link automatically for
12
now
13
-- I only test it in standalone mode
+- only tested in standalone mode
14
15
Installation:
16
0 commit comments