File tree Expand file tree Collapse file tree 2 files changed +36
-4
lines changed
docs/references/configurations Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 1
3
+ title : Configurations
4
+ ---
5
+
6
+ Index of server configuration settings:
7
+
8
+ * [ GITPLOY_ADMIN_USERS] ( ./GITPLOY_ADMIN_USERS.md )
9
+ * [ GITPLOY_GITHUB_BASE_URL] ( ./GITPLOY_GITHUB_BASE_URL.md )
10
+ * [ GITPLOY_GITHUB_CLIENT_ID] ( ./GITPLOY_GITHUB_CLIENT_ID.md )
11
+ * [ GITPLOY_GITHUB_CLIENT_SECRET] ( ./GITPLOY_GITHUB_CLIENT_SECRET.md )
12
+ * [ GITPLOY_GITHUB_SCOPES] ( ./GITPLOY_GITHUB_SCOPES.md )
13
+ * [ GITPLOY_LICENSE] ( ./GITPLOY_LICENSE.md )
14
+ * [ GITPLOY_MEMBER_ENTRIES] ( ./GITPLOY_MEMBER_ENTRIES.md )
15
+ * [ GITPLOY_PROMETHEUS_AUTH_SECRET] ( ./GITPLOY_PROMETHEUS_AUTH_SECRET.md )
16
+ * [ GITPLOY_PROMETHEUS_ENABLED] ( ./GITPLOY_PROMETHEUS_ENABLED.md )
17
+ * [ GITPLOY_ORGANIZATION_ENTRIES] ( ./GITPLOY_ORGANIZATION_ENTRIES.md )
18
+ * [ GITPLOY_PROXY_SERVER_HOST] ( ./GITPLOY_PROXY_SERVER_HOST.md )
19
+ * [ GITPLOY_PROXY_SERVER_PROTO] ( ./GITPLOY_PROXY_SERVER_PROTO.md )
20
+ * [ GITPLOY_SERVER_HOST] ( ./GITPLOY_SERVER_HOST.md )
21
+ * [ GITPLOY_SERVER_PROTO] ( ./GITPLOY_SERVER_PROTO.md )
22
+ * [ GITPLOY_SLACK_CLIENT_ID] ( ./GITPLOY_SLACK_CLIENT_ID.md )
23
+ * [ GITPLOY_SLACK_CLIENT_SECRET] ( ./GITPLOY_SLACK_CLIENT_SECRET.md )
24
+ * [ GITPLOY_STORE_DRIVER] ( ./GITPLOY_STORE_DRIVER.md )
25
+ * [ GITPLOY_STORE_SOURCE] ( ./GITPLOY_STORE_SOURCE.md )
26
+ * [ GITPLOY_TLS_CERT] ( ./GITPLOY_TLS_CERT.md )
27
+ * [ GITPLOY_TLS_KEY] ( ./GITPLOY_TLS_KEY.md )
28
+ * [ GITPLOY_WEBHOOK_SECRET] ( ./GITPLOY_WEBHOOK_SECRET.md )
29
+
30
+ ---
31
+
32
+ ## Questions?
33
+
34
+ We are always happy to help with questions you might have. Search our documentation or check out answers to common questions. You can also post questions or comments to our [ community] ( https://github.com/gitploy-io/gitploy/discussions ) .
Original file line number Diff line number Diff line change @@ -38,14 +38,12 @@ const config = {
38
38
( {
39
39
docs : {
40
40
sidebarPath : require . resolve ( './sidebars.js' ) ,
41
- // Please change this to your repo.
42
- editUrl : 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
41
+ editUrl : 'https://github.com/gitploy-io/website/tree/main/' ,
43
42
} ,
44
43
blog : {
45
44
showReadingTime : true ,
46
- // Please change this to your repo.
47
45
editUrl :
48
- 'https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared /' ,
46
+ 'https://github.com/gitploy-io/website /tree/main/' ,
49
47
} ,
50
48
theme : {
51
49
customCss : require . resolve ( './src/css/custom.css' ) ,
You can’t perform that action at this time.
0 commit comments