Skip to content

docs: markdown fixes and edits #15527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 3, 2025
Prev Previous commit
Next Next commit
docs: improve admonitions
  • Loading branch information
angrycub committed Nov 14, 2024
commit 93b6a5b1705717469c773a5cd519df1ef0c15c3c
11 changes: 6 additions & 5 deletions docs/contributing/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ You can run the UI and access the Coder dashboard in two ways:
In both cases, you can access the dashboard on `http://localhost:8080`. If using
`./scripts/develop.sh` you can log in with the default credentials.

> [!TIP]
>
> **Default Credentials:** `admin@coder.com` and `SomeSecurePassword!`.
<blockquote class="admonition note">

**Default Credentials:** `admin@coder.com` and `SomeSecurePassword!`.
</blockquote>

## Tech Stack Overview

All our dependencies are described in `site/package.json` but the following are
the most important:
All our dependencies are described in `site/package.json`, but the following are
the most important.

- [React](https://reactjs.org/) for the UI framework
- [Typescript](https://www.typescriptlang.org/) to keep our sanity
Expand Down