Skip to content

Commit

Permalink
add deno.json to title of config file section (denoland#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Feb 9, 2024
1 parent 31ffc5f commit 9d1de6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion runtime/manual/getting_started/configuration_file.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration File
# `deno.json` configuration file

Deno supports a configuration file that allows you to customize the built-in
TypeScript compiler, formatter, and linter.
Expand Down
10 changes: 5 additions & 5 deletions runtime/manual/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
In this chapter we'll discuss:

- [Installing Deno](./installation.md)
- [Setting Up Your Environment](./setup_your_environment.md)
- [Running a `Hello World` Script](./first_steps.md)
- [Command Line Interface](./command_line_interface.md)
- [Configuration File](./configuration_file.md)
- [Web Frameworks](./web_frameworks.md)
- [Setting up your environment](./setup_your_environment.md)
- [Running a `Hello World` script](./first_steps.md)
- [Command line interface](./command_line_interface.md)
- [`deno.json` configuration file](./configuration_file.md)
- [Web frameworks](./web_frameworks.md)

0 comments on commit 9d1de6f

Please sign in to comment.