Skip to content

Commit 5764319

Browse files
committed
chore: cleanup cli mention on clean and add multi-window to sidebar
1 parent dd7c96d commit 5764319

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/guide/cli-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To clean, run this command from your project's root directory:
2929
ns clean
3030
```
3131

32-
Running `ns clean` removes the `node_modules`, `hooks`, and `platforms` directories and the `package-lock.json` file. You can customize what's cleaned in the [nativescript.config.ts](/configuration/nativescript#cli-pathstoclean).
32+
Running `ns clean` removes the `node_modules`, `hooks`, and `platforms`. You can customize what's cleaned in the [nativescript.config.ts](/configuration/nativescript#cli-pathstoclean).
3333

3434
### Cleaning multiple projects
3535

content/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@ export default [
286286
text: 'Multithreading',
287287
link: '/guide/multithreading',
288288
},
289+
{
290+
text: 'Multi-Window Development',
291+
link: '/guide/multi-window',
292+
},
289293
{
290294
text: 'Code Sharing',
291295
link: '/guide/code-sharing',

0 commit comments

Comments
 (0)