docs: Fix indents in list items in native setup page

Add this file to .prettierignore because it messes all the additional indents.
There is also no way to make prettier ignore a range of lines in MDX files AFAICT.
This commit is contained in:
Cem Aksoylar 2025-07-19 12:55:00 -07:00
parent fa0d93b145
commit 6d8aeba801
2 changed files with 114 additions and 113 deletions

View File

@ -4,3 +4,4 @@ build
*.mustache *.mustache
hardware-metadata.json hardware-metadata.json
src/hardware-metadata.d.ts src/hardware-metadata.d.ts
docs/development/local-toolchain/setup/native.mdx

View File

@ -174,7 +174,7 @@ Once activated your shell will be prefixed with `(.venv)`. The virtual environme
Remember to activate the virtual environment every time you start working. Remember to activate the virtual environment every time you start working.
::: :::
4. Install west: 4. Install `west`:
```sh ```sh
pip install west pip install west