Skip to content

Commit b87b0d7

Browse files
committed
Add reference to Soar Programmers Guide
1 parent 9f44f28 commit b87b0d7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Soar Programmer's Guide
2+
3+
This is similar to the [design dogma](./DesignDogma.md), but written by Bob
4+
Marinier at Soartech and more up to date:
5+
[Soar Programmer's Guide](https://soartech.github.io/SoarProgrammersGuide/31654126.html).

docs/explanations/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
This section provides some explanations about the decisions behind Soar.
44

5-
- [Basic Kernel Terminology](BasicKernelTerminology.md)
6-
- [Design Dogma](DesignDogma.md)
7-
- [Threads in SML](ThreadsInSML.md)
8-
- [Timers](Timers.md)
9-
- [Waterfall](Waterfall.md)
5+
- [Basic Kernel Terminology](BasicKernelTerminology.md)
6+
- [Design Dogma](DesignDogma.md)
7+
- [Soar Programmers Guide](SoarProgrammersGuide.md)
8+
- [Threads in SML](ThreadsInSML.md)
9+
- [Timers](Timers.md)
10+
- [Waterfall](Waterfall.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ nav:
9090
- explanations/index.md
9191
- Basic Kernel Terminology: explanations/BasicKernelTerminology.md
9292
- Design Dogma: explanations/DesignDogma.md
93+
- Soar Programmer's Guide: explanations/SoarProgrammersGuide.md
9394
- Threads in SML: explanations/ThreadsInSML.md
9495
- Timers: explanations/Timers.md
9596
- Waterfall: explanations/Waterfall.md

0 commit comments

Comments
 (0)