Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website! #1459

Merged
merged 24 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ same principles in Quint, see [Contributing to Apalache][].

## Developer docs

- [roadmap](./doc/roadmap.md)
- [ADR001: Transpiler architecture](./doc/adr001-transpiler-architecture.md)
- [ADR002: Error codes](./doc/adr002-errors.md)
- [roadmap](./docs/roadmap.md)
- [ADR001: Transpiler architecture](./docs/pages/docs/architecture-decision-records/adr001-transpiler-architecture.md)
- [ADR002: Error codes](./docs/pages/docs/architecture-decision-records/adr002-errors.md)
- [ADR003: Interface to visit Internal Representation
components](./doc/adr003-visiting-ir-components.md)
- [ADR004: An Effect System for Quint](./doc/adr004-effect-system.md)
- [ADR005: A Type System for Quint](./doc/adr005-type-system.md)
- [ADR006: Design of modules and lookup tables](./doc/adr006-modules.lit.md)
- [ADR007: Flattening](./doc/adr007-flattening.md)
- [ADR008: Obtaining and Launching Apalache from Quint](./doc/adr008-managing-apalache.md)
components](./docs/pages/docs/architecture-decision-records/adr003-visiting-ir-components.md)
- [ADR004: An Effect System for Quint](./docs/pages/docs/architecture-decision-records/adr004-effect-system.md)
- [ADR005: A Type System for Quint](./docs/pages/docs/architecture-decision-records/adr005-type-system.md)
- [ADR006: Design of modules and lookup tables](./docs/pages/docs/architecture-decision-records/adr006-modules.lit.md)
- [ADR007: Flattening](./docs/pages/docs/architecture-decision-records/adr007-flattening.md)
- [ADR008: Obtaining and Launching Apalache from Quint](./docs/pages/docs/architecture-decision-records/adr008-managing-apalache.md)

## Coordinating work

Expand Down Expand Up @@ -268,7 +268,7 @@ Between installing the plugin from different sources, you may end up with multip
[Apalache]: https://github.com/informalsystems/apalache
[Contributing to Apalache]: https://github.com/informalsystems/apalache/blob/main/CONTRIBUTING.md
[eslint]: https://eslint.org/
[quint manual]: ./doc/quint.md
[quint manual]: ./docs/pages/docs/architecture-decision-records/quint.md
[Installing quint]: https://github.com/informalsystems/quint/blob/main/quint/README.md#how-to-install
[Language server protocol]: https://microsoft.github.io/language-server-protocol/
[quint unit tests]: https://github.com/informalsystems/quint/blob/main/quint/README.md#unit-tests
Expand Down
106 changes: 0 additions & 106 deletions doc/faq.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/img/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions doc/img/pipeline.mer

This file was deleted.

1 change: 0 additions & 1 deletion doc/img/pipeline.svg

This file was deleted.

17 changes: 0 additions & 17 deletions doc/previews.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.next
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading
Loading