-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
54 lines (54 loc) · 1.97 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
site_name: Lurch Documentation
nav:
- Home: index.md
#
#-----
#
# The following section represents the User Guide.
# It is commented out because we haven't yet built the main app
# in this new repository, because we are undergoing a major
# re-design of it. Once that is done and we begin to build the
# main app in this new repository, we can begin to update the
# User Guide to teach people its interface.
#
#-----
#
#- Authors:
# - User guide:
# - Introduction: user-guide/index.md
# - Basics:
# - Overview: user-guide/basics-intro.md
# - Part 1, The editor: user-guide/basics-1.md
# - Part 2, Expressions and canonical form: user-guide/basics-2.md
# - Part 3, Connections and attributes: user-guide/basics-3.md
# - Part 4, Steps and Reasons: user-guide/basics-4.md
# - Part 5, Rules in Dependencies: user-guide/basics-5.md
# - Part 6, Connecting Dependencies: user-guide/basics-6.md
# - Technicalities:
# - Overview: user-guide/tech-intro.md
# - Part 1, Code attributes: user-guide/tech-1.md
# - Part 2, Code-based rules: user-guide/tech-2.md
# - Blog/website embedding: embedding.md
- Developers:
- Introduction: developer.md
- Getting started: getting-started.md
- Tutorial: dev-tutorial.md
- Project plan: plan.md
- Bug fix/enhancement list: bugs-and-enhancements.md
- Example apps: example-apps.md
#
#-----
#
# The following section imports the script that lets us embed
# live Lurch documents into this documentation. It is from the
# old source code repository, and hasn't been updated for this one
# yet, because we don't yet build a main app in this repository.
# Once we do, we will update the embed script, and then we can
# import it into our documentation again using a line like the one
# below.
#
#-----
#
#extra_javascript:
#- http://nathancarter.github.io/weblurch/app/lurch-embed-solo.min.js
dev_addr: 127.0.0.1:8888