-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The documentation is now generated by Inko, using the "wobsite" library (https://github.com/yorickpeterse/inko-wobsite). The content has also been reorganized, rewritten, and extended (e.g. cross compilation is now covered). Changelog: other
- Loading branch information
1 parent
0b0fd9e
commit a605bf0
Showing
80 changed files
with
5,479 additions
and
3,253 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
.*.rustfmt | ||
*.ibi | ||
/libstd/build | ||
/tmp | ||
/target | ||
/docs/build | ||
*.egg-info/ | ||
__pycache__ | ||
/docs/plugins/pygments-inko-lexer/poetry.lock | ||
/build | ||
/docs/build | ||
/docs/dep | ||
/docs/public | ||
/std/build | ||
/target | ||
/tmp | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
require https://github.com/yorickpeterse/inko-wobsite 0.10.0 d67b267deec594515188b5f38cecd34f2d989c8f | ||
require https://github.com/yorickpeterse/inko-builder 0.11.0 ae7b8cf3476dfc401408c493bd6d795bd0ac3ab2 | ||
require https://github.com/yorickpeterse/inko-markdown 0.13.0 cc6b10c03fbe18f44e7ad0eb9adc23d0b0f043e0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"Home": [ | ||
"index.md" | ||
], | ||
"Setting up": [ | ||
"setup/installation.md", | ||
"setup/ivm.md", | ||
"setup/editors.md", | ||
"setup/whats-next.md" | ||
], | ||
"Getting started": [ | ||
"getting-started/hello-world.md", | ||
"getting-started/hello-error-handling.md", | ||
"getting-started/files.md", | ||
"getting-started/sockets.md", | ||
"getting-started/hello-concurrency.md", | ||
"getting-started/memory-management.md", | ||
"getting-started/control-flow.md", | ||
"getting-started/variables.md", | ||
"getting-started/methods.md", | ||
"getting-started/classes.md", | ||
"getting-started/traits.md", | ||
"getting-started/visibility.md", | ||
"getting-started/modules.md", | ||
"getting-started/generics.md", | ||
"getting-started/pattern-matching.md", | ||
"getting-started/destructors.md", | ||
"getting-started/concurrency.md", | ||
"getting-started/ffi.md", | ||
"getting-started/whats-next.md" | ||
], | ||
"Guides": [ | ||
"guides/tests.md", | ||
"guides/conditional-compilation.md", | ||
"guides/cross-compilation.md", | ||
"guides/operators.md", | ||
"guides/contributing.md" | ||
], | ||
"References": [ | ||
"references/syntax.md", | ||
"references/style.md", | ||
"references/structure.md", | ||
"references/core-types.md", | ||
"references/prelude.md", | ||
"references/cli.md", | ||
"references/packages.md", | ||
"references/tuning.md" | ||
], | ||
"Design": [ | ||
"design/compiler.md", | ||
"design/runtime.md", | ||
"design/goals.md" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.