forked from SAFE-Stack/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (66 loc) · 2.39 KB
/
Copy pathmkdocs.yml
File metadata and controls
69 lines (66 loc) · 2.39 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
# Project information
site_name: SAFE Documentation
site_description: Documentation for SAFE
site_author: SAFE Stack
site_url: http://safe-stack.github.io/docs/
# Repository
repo_name: SAFE-Stack/docs
repo_url: https://github.com/SAFE-Stack/docs
theme:
name: 'material'
custom_dir: 'theme'
palette:
primary: 'orange'
accent: 'blue'
extra:
social:
- type: 'github'
link: 'https://github.com/SAFE-Stack'
- type: 'twitter'
link: 'https://twitter.com/safe_stack'
- type: 'globe'
link: https://safe-stack.github.io/
nav:
- Home: 'index.md'
- Introduction: 'intro.md'
- Quick Start: 'quickstart.md'
- SAFE Stack Overview: 'overview.md'
- Components of SAFE:
- Learn about Saturn : 'component-saturn.md'
- Learn about Azure : 'component-azure.md'
- Learn about Fable : 'component-fable.md'
- Learn about Elmish : 'component-elmish.md'
- The SAFE Template:
- Overview: 'template-overview.md'
- Run and Build the app: 'template-fake.md'
- Deployment Options:
- Deploy to Docker: 'template-docker.md'
- Deploy to App Service: 'template-appservice.md'
- Deploy to Google Cloud AppEngine: 'template-gcp-appengine.md'
- Deploy to Google Cloud Kubernetes Engine: 'template-gcp-kubernetes.md'
- Deploy to Heroku: 'template-heroku.md'
- Deploy to IIS: 'template-iis.md'
- Application Insights Integration: 'template-azure-ai.md'
- Registering with Azure: 'template-azure-registration.md'
- Registering with Google Cloud: 'template-google-cloud.md'
- Features of SAFE:
- Client / Server Sharing:
- Sharing Overview : 'feature-clientserver.md'
- Sharing Types and Code : 'feature-clientserver-basics.md'
- Messaging using HTTP : 'feature-clientserver-http.md'
- Messaging with Protocols : 'feature-clientserver-remoting.md'
- Stateful Messaging through Bridge : 'feature-clientserver-bridge.md'
- Serialization in SAFE : 'feature-clientserver-serialization.md'
- Full Stack Debugging: 'feature-debugging.md'
- Server Side Rendering : 'feature-ssr.md'
- Hot Module Replacement : 'feature-hmr.md'
- Working with Azure functions : 'feature-azurefunctions.md'
- FAQs:
- Choosing your web server : 'faq-server.md'
- Moving from dev to prod : 'faq-build.md'
- Troubleshooting : 'faq-troubleshooting.md'
- Learning Resources: 'learning.md'
- News: 'news.md'
- Events: 'events.md'
- Support: 'support.md'
- Testimonials: 'testimonials.md'