Skip to content

Commit 4858261

Browse files
committed
doc: remove HMD related and remove docs
All docs migrate to online documentation now and store in `codimd-docs` Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent ffe0783 commit 4858261

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+33
-780
lines changed

app.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,132 +15,132 @@
1515
"description": "Let npm also install development build tool",
1616
"value": "false"
1717
},
18-
"HMD_SESSION_SECRET": {
18+
"CMD_SESSION_SECRET": {
1919
"description": "Secret used to secure session cookies.",
2020
"required": false
2121
},
22-
"HMD_HSTS_ENABLE": {
22+
"CMD_HSTS_ENABLE": {
2323
"description": "whether to also use HSTS if HTTPS is enabled",
2424
"required": false
2525
},
26-
"HMD_HSTS_MAX_AGE": {
26+
"CMD_HSTS_MAX_AGE": {
2727
"description": "max duration, in seconds, to tell clients to keep HSTS status",
2828
"required": false
2929
},
30-
"HMD_HSTS_INCLUDE_SUBDOMAINS": {
30+
"CMD_HSTS_INCLUDE_SUBDOMAINS": {
3131
"description": "whether to tell clients to also regard subdomains as HSTS hosts",
3232
"required": false
3333
},
34-
"HMD_HSTS_PRELOAD": {
34+
"CMD_HSTS_PRELOAD": {
3535
"description": "whether to allow at all adding of the site to HSTS preloads (e.g. in browsers)",
3636
"required": false
3737
},
38-
"HMD_DOMAIN": {
38+
"CMD_DOMAIN": {
3939
"description": "domain name",
4040
"required": false
4141
},
42-
"HMD_URL_PATH": {
42+
"CMD_URL_PATH": {
4343
"description": "sub url path, like `www.example.com/<URL_PATH>`",
4444
"required": false
4545
},
46-
"HMD_ALLOW_ORIGIN": {
46+
"CMD_ALLOW_ORIGIN": {
4747
"description": "domain name whitelist (use comma to separate)",
4848
"required": false,
4949
"value": "localhost"
5050
},
51-
"HMD_PROTOCOL_USESSL": {
51+
"CMD_PROTOCOL_USESSL": {
5252
"description": "set to use ssl protocol for resources path (only applied when domain is set)",
5353
"required": false
5454
},
55-
"HMD_URL_ADDPORT": {
55+
"CMD_URL_ADDPORT": {
5656
"description": "set to add port on callback url (port 80 or 443 won't applied) (only applied when domain is set)",
5757
"required": false
5858
},
59-
"HMD_FACEBOOK_CLIENTID": {
59+
"CMD_FACEBOOK_CLIENTID": {
6060
"description": "Facebook API client id",
6161
"required": false
6262
},
63-
"HMD_FACEBOOK_CLIENTSECRET": {
63+
"CMD_FACEBOOK_CLIENTSECRET": {
6464
"description": "Facebook API client secret",
6565
"required": false
6666
},
67-
"HMD_TWITTER_CONSUMERKEY": {
67+
"CMD_TWITTER_CONSUMERKEY": {
6868
"description": "Twitter API consumer key",
6969
"required": false
7070
},
71-
"HMD_TWITTER_CONSUMERSECRET": {
71+
"CMD_TWITTER_CONSUMERSECRET": {
7272
"description": "Twitter API consumer secret",
7373
"required": false
7474
},
75-
"HMD_GITHUB_CLIENTID": {
75+
"CMD_GITHUB_CLIENTID": {
7676
"description": "GitHub API client id",
7777
"required": false
7878
},
79-
"HMD_GITHUB_CLIENTSECRET": {
79+
"CMD_GITHUB_CLIENTSECRET": {
8080
"description": "GitHub API client secret",
8181
"required": false
8282
},
83-
"HMD_BITBUCKET_CLIENTID": {
83+
"CMD_BITBUCKET_CLIENTID": {
8484
"description": "Bitbucket API client id",
8585
"required": false
8686
},
87-
"HMD_BITBUCKET_CLIENTSECRET": {
87+
"CMD_BITBUCKET_CLIENTSECRET": {
8888
"description": "Bitbucket API client secret",
8989
"required": false
9090
},
91-
"HMD_GITLAB_BASEURL": {
91+
"CMD_GITLAB_BASEURL": {
9292
"description": "GitLab authentication endpoint, set to use other endpoint than GitLab.com (optional)",
9393
"required": false
9494
},
95-
"HMD_GITLAB_CLIENTID": {
95+
"CMD_GITLAB_CLIENTID": {
9696
"description": "GitLab API client id",
9797
"required": false
9898
},
99-
"HMD_GITLAB_CLIENTSECRET": {
99+
"CMD_GITLAB_CLIENTSECRET": {
100100
"description": "GitLab API client secret",
101101
"required": false
102102
},
103-
"HMD_GITLAB_SCOPE": {
103+
"CMD_GITLAB_SCOPE": {
104104
"description": "GitLab API client scope (optional)",
105105
"required": false
106106
},
107-
"HMD_MATTERMOST_BASEURL": {
107+
"CMD_MATTERMOST_BASEURL": {
108108
"description": "Mattermost authentication endpoint",
109109
"required": false
110110
},
111-
"HMD_MATTERMOST_CLIENTID": {
111+
"CMD_MATTERMOST_CLIENTID": {
112112
"description": "Mattermost API client id",
113113
"required": false
114114
},
115-
"HMD_MATTERMOST_CLIENTSECRET": {
115+
"CMD_MATTERMOST_CLIENTSECRET": {
116116
"description": "Mattermost API client secret",
117117
"required": false
118118
},
119-
"HMD_DROPBOX_CLIENTID": {
119+
"CMD_DROPBOX_CLIENTID": {
120120
"description": "Dropbox API client id",
121121
"required": false
122122
},
123-
"HMD_DROPBOX_CLIENTSECRET": {
123+
"CMD_DROPBOX_CLIENTSECRET": {
124124
"description": "Dropbox API client secret",
125125
"required": false
126126
},
127-
"HMD_DROPBOX_APP_KEY": {
127+
"CMD_DROPBOX_APP_KEY": {
128128
"description": "Dropbox app key (for import/export)",
129129
"required": false
130130
},
131-
"HMD_GOOGLE_CLIENTID": {
131+
"CMD_GOOGLE_CLIENTID": {
132132
"description": "Google API client id",
133133
"required": false
134134
},
135-
"HMD_GOOGLE_CLIENTSECRET": {
135+
"CMD_GOOGLE_CLIENTSECRET": {
136136
"description": "Google API client secret",
137137
"required": false
138138
},
139-
"HMD_IMGUR_CLIENTID": {
139+
"CMD_IMGUR_CLIENTID": {
140140
"description": "Imgur API client id",
141141
"required": false
142142
},
143-
"HMD_ALLOW_PDF_EXPORT": {
143+
"CMD_ALLOW_PDF_EXPORT": {
144144
"description": "Enable or disable PDF exports",
145145
"required": false
146146
}

docs/dev/webpack.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/guides/auth/github.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/guides/auth/gitlab-self-hosted.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/guides/auth/ldap-AD.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

docs/guides/auth/mattermost-self-hosted.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)