Skip to content

Commit

Permalink
Merge pull request #1459 from informalsystems/gabriela/website
Browse files Browse the repository at this point in the history
Website!
  • Loading branch information
bugarela authored Jul 2, 2024
2 parents 559aaa1 + dc24fb7 commit 2230744
Show file tree
Hide file tree
Showing 145 changed files with 11,919 additions and 842 deletions.
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

0 comments on commit 2230744

Please sign in to comment.