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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ infra/ # AWS CDK infrastructure stacks
To rename the project from the default `templates` name, run:

```bash
mise run project name=my-project description="My description" author="Name" email=handle github=username
mise run rename --name="my-project" --description="My description" --author="Name" --email="handle" --github="username"
```

## Dependencies
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ The project uses [Hypothesis](https://hypothesis.readthedocs.io) for property-ba

### Project Documentation

Project Documentation is written in Markdown and built using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/). API documentation is build from docstrings using [mkdocstrings](https://mkdocstrings.github.io/).
Project Documentation is written in Markdown and built using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/). API documentation is built from docstrings using [mkdocstrings](https://mkdocstrings.github.io/).

To preview the docuementation on your local, run:
To preview the documentation on your local, run:
```bash
mise run local
```
Expand Down