-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathmkdocs.yml
245 lines (245 loc) · 10.7 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
site_name: Sfdx-Hardis Documentation
site_url: https://sfdx-hardis.cloudity.com/
repo_url: https://github.com/hardisgroupcom/sfdx-hardis
edit_uri: tree/master/docs
site_author: Nicolas Vuillamy
site_description: Salesforce DX Plugin, by Cloudity.
copyright: >-
Doc generated by <a
href="https://sfdx-hardis.cloudity.com/hardis/doc/plugin/generate/"
target="_blank">sfdx-hardis</a>
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.footer
logo: assets/images/cloudity-text-logo.svg
favicon: assets/images/cloudity-logo.svg
palette:
primary: indigo
plugins:
- glightbox
- search
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.snippets:
base_path: docs
check_paths: true
- mdx_truly_sane_lists
- attr_list
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
- javascripts/gtag.js
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/regular/circle-question
link: https://github.com/hardisgroupcom/sfdx-hardis/issues
title: Need help ? Post an issue :)
- icon: fontawesome/brands/github
link: https://github.com/hardisgroupcom/sfdx-hardis
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/hardisgroupcom/sfdx-hardis/tags
- icon: fontawesome/brands/twitter
link: https://twitter.com/NicolasVuillamy
generator: false
nav:
- Home: index.md
- Installation: https://sfdx-hardis.cloudity.com/#installation
- Commands:
All commands: commands.md
hardis:
auth:
login: hardis/auth/login.md
cache:
clear: hardis/cache/clear.md
config:
get: hardis/config/get.md
doc:
extract:
permsetgroups: hardis/doc/extract/permsetgroups.md
plugin:
generate: hardis/doc/plugin/generate.md
lint:
access: hardis/lint/access.md
mdapi:
deploy: hardis/mdapi/deploy.md
misc:
toml2csv: hardis/misc/toml2csv.md
org:
configure:
data: hardis/org/configure/data.md
files: hardis/org/configure/files.md
monitoring: hardis/org/configure/monitoring.md
connect: hardis/org/connect.md
create: hardis/org/create.md
data:
delete: hardis/org/data/delete.md
export: hardis/org/data/export.md
import: hardis/org/data/import.md
diagnose:
legacyapi: hardis/org/diagnose/legacyapi.md
files:
export: hardis/org/files/export.md
fix:
listviewmine: hardis/org/fix/listviewmine.md
generate:
packagexmlfull: hardis/org/generate/packagexmlfull.md
purge:
apexlog: hardis/org/purge/apexlog.md
flow: hardis/org/purge/flow.md
retrieve:
packageconfig: hardis/org/retrieve/packageconfig.md
sources:
analytics: hardis/org/retrieve/sources/analytics.md
dx: hardis/org/retrieve/sources/dx.md
dx2: hardis/org/retrieve/sources/dx2.md
metadata: hardis/org/retrieve/sources/metadata.md
retrofit: hardis/org/retrieve/sources/retrofit.md
select: hardis/org/select.md
test:
apex: hardis/org/test/apex.md
user:
activateinvalid: hardis/org/user/activateinvalid.md
freeze: hardis/org/user/freeze.md
unfreeze: hardis/org/user/unfreeze.md
package:
create: hardis/package/create.md
install: hardis/package/install.md
mergexml: hardis/package/mergexml.md
version:
create: hardis/package/version/create.md
list: hardis/package/version/list.md
promote: hardis/package/version/promote.md
project:
audit:
apiversion: hardis/project/audit/apiversion.md
callincallout: hardis/project/audit/callincallout.md
duplicatefiles: hardis/project/audit/duplicatefiles.md
remotesites: hardis/project/audit/remotesites.md
clean:
emptyitems: hardis/project/clean/emptyitems.md
hiddenitems: hardis/project/clean/hiddenitems.md
listviews: hardis/project/clean/listviews.md
manageditems: hardis/project/clean/manageditems.md
minimizeprofiles: hardis/project/clean/minimizeprofiles.md
orgmissingitems: hardis/project/clean/orgmissingitems.md
references: hardis/project/clean/references.md
retrievefolders: hardis/project/clean/retrievefolders.md
standarditems: hardis/project/clean/standarditems.md
systemdebug: hardis/project/clean/systemdebug.md
xml: hardis/project/clean/xml.md
configure:
auth: hardis/project/configure/auth.md
convert:
profilestopermsets: hardis/project/convert/profilestopermsets.md
create: hardis/project/create.md
deploy:
sources:
dx: hardis/project/deploy/sources/dx.md
metadata: hardis/project/deploy/sources/metadata.md
fix:
v53flexipages: hardis/project/fix/v53flexipages.md
generate:
gitdelta: hardis/project/generate/gitdelta.md
lint: hardis/project/lint.md
metadata:
findduplicates: hardis/project/metadata/findduplicates.md
scratch:
create: hardis/scratch/create.md
delete: hardis/scratch/delete.md
pool:
create: hardis/scratch/pool/create.md
localauth: hardis/scratch/pool/localauth.md
refresh: hardis/scratch/pool/refresh.md
reset: hardis/scratch/pool/reset.md
view: hardis/scratch/pool/view.md
pull: hardis/scratch/pull.md
push: hardis/scratch/push.md
source:
deploy: hardis/source/deploy.md
push: hardis/source/push.md
retrieve: hardis/source/retrieve.md
work:
new: hardis/work/new.md
refresh: hardis/work/refresh.md
resetselection: hardis/work/resetselection.md
save: hardis/work/save.md
ws: hardis/work/ws.md
- Salesforce CI/CD:
- CI/CD Home: salesforce-ci-cd-home.md
- Contributor Guide:
- Contributor Guide Home: salesforce-ci-cd-use-home.md
- Prepare your computer: salesforce-ci-cd-use-install.md
- Clone the repository: salesforce-ci-cd-clone-repository.md
- Create new task: salesforce-ci-cd-create-new-task.md
- Work on your dev org:
- Work home: salesforce-ci-cd-work-on-task.md
- Open your org: salesforce-ci-cd-work-on-task-open-org.md
- Configure Salesforce: salesforce-ci-cd-work-on-task-configuration.md
- Install packages: salesforce-ci-cd-work-on-task-install-packages.md
- Develop in Salesforce: salesforce-ci-cd-work-on-task-development.md
- Publish your work: salesforce-ci-cd-publish-task.md
- Create Merge Request:
- On Gitlab: salesforce-ci-cd-merge-request-gitlab.md
- On Azure: salesforce-ci-cd-pull-request-azure.md
- On Github: salesforce-ci-cd-pull-request-github.md
- Check merge request results:
- Merge Request results Home: salesforce-ci-cd-handle-merge-request-results.md
- Solve deployment errors: salesforce-ci-cd-solve-deployment-errors.md
- Solve MegaLinter errors: salesforce-ci-cd-solve-megalinter-errors.md
- Release Manager Guide:
- Release Manager Home: salesforce-ci-cd-release-home.md
- Validate a merge request: salesforce-ci-cd-validate-merge-request.md
- Deploy to major orgs: salesforce-ci-cd-deploy-major-branches.md
- Handle RUN / Hotfix to Production: salesforce-ci-cd-hotfixes.md
- CI/CD Configuration:
- CI/CD Config Home: salesforce-ci-cd-config-home.md
- Overwrite Management: salesforce-ci-cd-config-overwrite.md
- Delta deployments: salesforce-ci-cd-config-delta-deployment.md
- Automated cleaning: salesforce-ci-cd-config-cleaning.md
- Source retrieve issues: salesforce-ci-cd-retrieve.md
- sfdx-hardis for packaging: salesforce-ci-cd-packaging.md
- Setup Guide:
- CI/CD Setup Home: salesforce-ci-cd-setup-home.md
- Init Git repository: salesforce-ci-cd-setup-git.md
- DevHub and Sandbox Tracking: salesforce-ci-cd-setup-activate-org.md
- Init SFDX Project: salesforce-ci-cd-setup-init-project.md
- CI Server Authentication: salesforce-ci-cd-setup-auth.md
- Init from Existing Org: salesforce-ci-cd-setup-existing-org.md
- Integrations:
- Integrations Home: salesforce-ci-cd-setup-integrations-home.md
- GitHub: salesforce-ci-cd-setup-integration-github.md
- Gitlab: salesforce-ci-cd-setup-integration-gitlab.md
- Azure DevOps: salesforce-ci-cd-setup-integration-azure.md
- Slack: salesforce-ci-cd-setup-integration-slack.md
- Microsoft Teams: salesforce-ci-cd-setup-integration-ms-teams.md
- Email: salesforce-ci-cd-setup-integration-email.md
- Jira: salesforce-ci-cd-setup-integration-jira.md
- Azure Boards: salesforce-ci-cd-setup-integration-azure-boards.md
- Generic Ticketing: salesforce-ci-cd-setup-integration-generic-ticketing.md
- First merge request: salesforce-ci-cd-setup-merge-request.md
- Org Monitoring:
- Monitoring home: salesforce-monitoring-home.md
- Configuration:
- Configuration guide: salesforce-monitoring-config-home.md
- GitHub: salesforce-monitoring-config-github.md
- Gitlab: salesforce-monitoring-config-gitlab.md
- Azure: salesforce-monitoring-config-azure.md
- Bitbucket: salesforce-monitoring-config-bitbucket.md
- Slack: salesforce-ci-cd-setup-integration-slack.md
- Microsoft Teams: salesforce-ci-cd-setup-integration-ms-teams.md
- Deployment errors tips: deployTips.md
- Configuration reference: sfdx-hardis-config-file.md
- Articles / Tutorials: https://sfdx-hardis.cloudity.com/#articles
- Special Thanks: special-thanks.md
- Contributing: https://sfdx-hardis.cloudity.com/#contributing
- License: license.md
- Changelog: CHANGELOG.md
- Help: sfdx-hardis-help.md
- Who is Cloudity ?: https://www.cloudity.com/