Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 authored Oct 10, 2023
1 parent 387be7b commit 88e8280
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions generator/konfig-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ $ yarn build

This command generates static content into the `build` directory and can be served using any static contents hosting service.


### How to make a new page

1. Create an `.mdx` file inside [`docs/`](./docs) *(`.mdx` is just markdown with some extra support for interactivity)*
1. Modify [`sidebars.js`](./sidebars.js) to include your new documentation
1. Push changes

### How to modify a page

1. Modify the target `.mdx` file inside [`docs/`](./docs) *(`.mdx` is just markdown with some extra support for interactivity)*
1. Push changes

### Deployment

Using SSH:
Expand Down

0 comments on commit 88e8280

Please sign in to comment.