-
Notifications
You must be signed in to change notification settings - Fork 37
/
mkdocs.yml
81 lines (81 loc) · 2.48 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
site_name: Texeï sfdx plugin
site_url: https://texei.github.io/texei-sfdx-plugin
repo_url: https://github.com/texei/texei-sfdx-plugin
edit_uri: tree/master/docs
site_author: Texeï
site_description: Salesforce DX Plugin by Texei.
copyright: >-
Doc generated by <a
href="https://hardisgroupcom.github.io/sfdx-hardis/hardis/doc/plugin/generate/"
target="_blank">sfdx-hardis</a>
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
palette:
primary: light blue
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/texei/texei-sfdx-plugin/issues
title: Need help ? Post an issue :)
- icon: fontawesome/brands/github
link: https://github.com/texei/texei-sfdx-plugin
- icon: fontawesome/brands/twitter
link: https://twitter.com/TexeiFrance
generator: false
nav:
- Home: index.md
- Commands:
All commands: commands.md
texei:
contractstatus:
value:
add: texei/contractstatus/value/add.md
data:
export: texei/data/export.md
import: texei/data/import.md
plan:
generate: texei/data/plan/generate.md
org:
contractfieldhistory:
fix: texei/org/contractfieldhistory/fix.md
shape:
extract: texei/org/shape/extract.md
package:
dependencies:
install: texei/package/dependencies/install.md
profile:
clean: texei/profile/clean.md
sharedactivities:
enable: texei/sharedactivities/enable.md
sharingcalc:
recalculate: texei/sharingcalc/recalculate.md
resume: texei/sharingcalc/resume.md
suspend: texei/sharingcalc/suspend.md
skinnyprofile:
retrieve: texei/skinnyprofile/retrieve.md
source:
customlabel:
replace: texei/source/customlabel/replace.md
layouts:
cleanorg: texei/source/layouts/cleanorg.md
user:
update: texei/user/update.md
- License: license.md