-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathmkdocs.yml
More file actions
131 lines (114 loc) · 4.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
131 lines (114 loc) · 4.63 KB
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
site_name: Salesforce CTA Study Guide
site_description: The Complete Guide to the Salesforce Certified Technical Architect (CTA) exam.
site_author: Matt Gerry
site_url: https://coding-with-the-force.github.io/Salesforce-CTA-Study-Guide/
repo_name: Coding-With-The-Force/Salesforce-CTA-Study-Guide
repo_url: https://github.com/Coding-With-The-Force/Salesforce-CTA-Study-Guide
docs_dir: docs
site_dir: site
theme:
name: material
palette:
# Dark mode (default)
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to light mode
# Light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.tooltips
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Coding-With-The-Force/Salesforce-Separation-Of-Concerns-And-The-Apex-Common-Library
name: View on GitHub
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@CodingWithTheForce
name: YouTube Channel
copyright: "Made with 🦖 by <a href='https://github.com/Coding-With-The-Force'>Coding With The Force</a> | <a href='https://www.paypal.com/donate?business=RNHEF8ZWKKLDG¤cy_code=USD'>Buy me some Taco Bell? 🌮</a>"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- tables
- attr_list
- md_in_html
nav:
- Home: index.md
- Exam Overview:
- Exam Structure: "00)-CTA-Exam-Structure.md"
- The Diagrams: "01)-The-Diagrams.md"
- System Architecture:
- Licenses Guide: "02)-Licenses.md"
- Org Strategy (Single vs Multi-Org): "03)-Org-Strategy-(Single-or-Multi-Org).md"
- Multi-Currency: "24)-Multi-Currency.md"
- Mobile Solutions: "07)-Mobile-Solutions.md"
- Security:
- Data Security: "05)-Data-Security.md"
- "Object, Field & Record Security": "29)-Object,-Field-&-Record-Security.md"
- Session Settings: "22)-Session-Settings.md"
- Cryptography: "09)-Cryptography.md"
- mTLS (Mutual TLS / 2-way SSL): "26)-Mutual-Transport-Layer-Security-(mTLS-or-2-way-SSL).md"
- Networking Basics: "28)-Networking-Basics-(Firewalls,-DMZ's,-Reverse-Proxies,-etc).md"
- Data:
- Large Data Volumes: "16)-Large-Data-Volume-Notes.md"
- Calculating Data Storage: "35)-Calculating-Data-Storage-In-Salesforce.md"
- Solution Architecture:
- Sales Cloud: "11)-Sales-Cloud.md"
- Service Cloud: "12)-Service-Cloud.md"
- CPQ Objects: "13)-CPQ-Objects.md"
- Field Service Lightning: "14)-Field-Service-Lightning.md"
- Experience Cloud Features: "31)-Experience-Cloud-Features.md"
- Knowledge Articles: "30)-Knowledge-Articles.md"
- Entitlement Management: "25)-Entitlement-Management-(Service-Cloud).md"
- Work Orders (without FSL): "27)-Work-Order-and-Work-Order-Items-(Without-Field-Service-Lightning!).md"
- Governor Limits & Best Practices: "20)-Governor-Limits-and-Suggested-Best-Practices.md"
- Standard Object Oddities: "21)-Standard-Objects-Oddities-(No-CRUD,-No-Quick-Action,-Can't-Be-Lookups,-Etc).md"
- Managed Packages: "19)-Managed-Packages-(Useful-to-the-CTA).md"
- Partner Relationship Management: "23)-Partner-Relationship-Management-(Indirect-Sales).md"
- External Services: "32)-External-Services.md"
- "Payment Gateways & Chargent": "33)-Payment-Gateways-&-Processors---Chargent.md"
- Document Management Systems: "34)-Document-Management-Systems-(DMS).md"
- Privacy & Consent Management: "36)-Privacy-and-Consent-Management-Options.md"
- Mulesoft Notes: "15)-Mulesoft-Notes.md"
- Reporting: "10)-Reporting.md"
- Integration:
- Integration Patterns: "08)-Integration-Patterns.md"
- "OAuth Flows & IAM": "06)-OAuth-Flows-&-Identity-and-Access-Management.md"
- Development Lifecycle and Deployment Planning:
- Project Governance (COE): "04)-Project-Governance-(COE).md"
- Large Data Volumes: "16)-Large-Data-Volume-Notes.md"
- Communication:
- Board Presentation Tips: "18)-CTA-Board-Presentation-Tips.md"
- Lucidchart Tips: "17)-Google-Slides-Hotkey-Notes.md"