Skip to content

Commit bcbdd58

Browse files
refactor(comments): Collapse docs comments.
1 parent 7540577 commit bcbdd58

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

docs/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Edge Python Docs
22

33
## Local Development
4+
45
Install dependencies
56

67
```sh
@@ -13,16 +14,8 @@ To run locally:
1314
npm run dev
1415
```
1516

16-
Submit a PR to Edge Python.
17-
1817
## Note on dev speed
1918

20-
In dev (`npm run dev`), the first visit to each page takes a few seconds because
21-
Next.js compiles routes **on demand** (slower here since the repo lives on the
22-
Windows drive mounted in WSL, `/mnt/c`). Once a page is compiled, navigation is
23-
instant.
24-
25-
This does **not** happen in production: `npm run build` pre-renders every page at
26-
build time (Nextra is static/SSG), so the deployed site serves pre-built HTML and all
27-
navigation is instant.
19+
In dev (`npm run dev`), the first visit to each page takes a few seconds because Next.js compiles routes **on demand** (slower here since the repo lives on the Windows drive mounted in WSL, `/mnt/c`). Once a page is compiled, navigation is instant.
2820

21+
This does **not** happen in production: `npm run build` pre-renders every page at build time (Nextra is static/SSG), so the deployed site serves pre-built HTML and all navigation is instant.

0 commit comments

Comments
 (0)