-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: flatten navigation structure and rework content pages (#746)
Co-authored-by: Marvin Hagemeister <marvin@deno.com>
- Loading branch information
1 parent
f491fdf
commit 26e8f40
Showing
52 changed files
with
2,275 additions
and
3,792 deletions.
There are no files selected for viewing
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
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,15 +1,15 @@ | ||
{ | ||
"permissions": "/runtime/manual/basics/permissions/", | ||
"config": "/runtime/manual/getting_started/configuration_file/", | ||
"ide": "/runtime/manual/getting_started/setup_your_environment/#using-an-editor%2Fide", | ||
"--allow-env": "/runtime/manual/basics/permissions/#environment-access", | ||
"--allow-ffi": "/runtime/manual/basics/permissions/#ffi-(foreign-function-interface)", | ||
"--allow-hrtime": "/runtime/manual/basics/permissions/#high-resolution-time", | ||
"--allow-net": "/runtime/manual/basics/permissions/#network-access", | ||
"--allow-read": "/runtime/manual/basics/permissions/#file-system-read-access", | ||
"--allow-run": "/runtime/manual/basics/permissions/#running-subprocesses", | ||
"--allow-sys": "/runtime/manual/basics/permissions/#system-information", | ||
"--allow-write": "/runtime/manual/basics/permissions/#file-system-write-access", | ||
"--allow-all": "/runtime/manual/basics/permissions/#all-permissions", | ||
"--unsafely-ignore-certificate-errors": "/runtime/manual/basics/permissions/#certification-errors" | ||
"permissions": "/runtime/fundamentals/security/", | ||
"config": "/runtime/fundamentals/configuration/", | ||
"ide": "/runtime/getting_started/setup_your_environment/#setting-up-your-editor%2Fide", | ||
"--allow-env": "/runtime/fundamentals/security/#environment-access", | ||
"--allow-ffi": "/runtime/fundamentals/security/#ffi-(foreign-function-interface)", | ||
"--allow-hrtime": "/runtime/fundamentals/security/#high-resolution-time", | ||
"--allow-net": "/runtime/fundamentals/security/#network-access", | ||
"--allow-read": "/runtime/fundamentals/security/#file-system-read-access", | ||
"--allow-run": "/runtime/fundamentals/security/#running-subprocesses", | ||
"--allow-sys": "/runtime/fundamentals/security/#system-information", | ||
"--allow-write": "/runtime/fundamentals/security/#file-system-write-access", | ||
"--allow-all": "/runtime/fundamentals/security/#all-permissions", | ||
"--unsafely-ignore-certificate-errors": "/runtime/fundamentals/security/#certification-errors" | ||
} |
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
4 changes: 2 additions & 2 deletions
4
runtime/manual/advanced/_category_.json → runtime/fundamentals/_category_.json
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
3 changes: 2 additions & 1 deletion
3
...ual/getting_started/configuration_file.md → runtime/fundamentals/configuration.md
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions
1
...me/manual/getting_started/installation.md → runtime/fundamentals/installation.md
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
Oops, something went wrong.