Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
More skeleton pages
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Jun 13, 2024
1 parent 07fa067 commit 440b99c
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 5 deletions.
24 changes: 19 additions & 5 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
# Summary

- [TLA+ Wiki intro](./intro.md)
- [Contributing]()
----
- [TLA+ Codebase](./codebase/intro.md)
- [Contributing](./codebase/contributing.md)
- [Setting up the development environment](./codebase/ide.md)
- [CI/CD overview](./codebase/ci-cd.md)
- [Codebase Architecture Walkthrough](./codebase/architecture.md)
- [Codebase Idiosyncrasies](./codebase/idiosyncrasies.md)
- [Wishlist](./codebase/wishlist.md)
- [Tree-sitter grammar]()
- [Benchmarks]()
- [SANY]()
- [JPF]()
- []()
# - [Tree-sitter grammar](./codebase/)
- [Learning TLA+]()
- [Lamport's video tutorial]()
- [Example repo]()
- [Notable repos]()
- [Using TLA+]()
- [Standard Library]()
- [Community Modules]()
- [Using TLA+ and TLC](./using/intro.md)
- [Vscode extension](./using/vscode.md)
- [Toolbox](./using/toolbox.md)
- [TLC CLI](./using/tlc-cli.md)
- [Standard Library](./using/standard-lib.md)
- [Community Modules](./using/community-modules.md)
- [Debugger](./using/debugger.md)
- [Generating stage graphs](./using/generating-state-graphs.md)
- [CI for your specifications](./using/ci-for-specs.md)
- [Known limitations](./using/limitations.md)
- [TLA+ Community: what to do when you're stuck](community.md)
- [TLAF: TLA+ Foundation]()
- [TLAF: TLA+ Foundation](tlaf.md)
1 change: 1 addition & 0 deletions src/codebase/ci-cd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CI/CD overview
1 change: 1 addition & 0 deletions src/tlaf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TLAF: TLA+ Foundation
1 change: 1 addition & 0 deletions src/using/ci-for-specs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CI for your specifications
1 change: 1 addition & 0 deletions src/using/community-modules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Community Modules
1 change: 1 addition & 0 deletions src/using/debugger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Debugger
1 change: 1 addition & 0 deletions src/using/generating-state-graphs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Generating stage graphs
1 change: 1 addition & 0 deletions src/using/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Using TLA+
1 change: 1 addition & 0 deletions src/using/limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Limitations
1 change: 1 addition & 0 deletions src/using/standard-lib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Standard Library
1 change: 1 addition & 0 deletions src/using/tlc-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TLC CLI
1 change: 1 addition & 0 deletions src/using/toolbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Toolbox
4 changes: 4 additions & 0 deletions src/using/vscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Visual Studio Code Extension
This is the fastest and easiest way to get started with TLA+ and TLC.

1. Download visual studio

0 comments on commit 440b99c

Please sign in to comment.