Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ dotnet tool update -g docfx
To create a new docset, run:

```bash
docfx init --quiet
docfx init
```

This command creates a new docset under the `docfx_project` directory. To build the docset, run:
This command walks you through creating a new docfx project under the current working directory. To build the docset, run:

```bash
docfx docfx_project/docfx.json --serve
docfx docfx.json --serve
```

Now you can preview the website on <http://localhost:8080>.

To preview your local changes, save changes then run this command in a new terminal to rebuild the website:

```bash
docfx docfx_project/docfx.json
docfx docfx.json
```

## Publish to GitHub Pages
Expand Down
Loading