Skip to content

Commit

Permalink
Merge pull request #7 from jsburckhardt/fix/readme-make-command
Browse files Browse the repository at this point in the history
fix(template): update based on pr comments
  • Loading branch information
jsburckhardt committed Jul 28, 2023
2 parents 1d7c7b9 + c30435e commit 38005a8
Show file tree
Hide file tree
Showing 3 changed files with 6,398 additions and 12,736 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ src/docusaurus/docs
All dependencies are installed as part of the devcontainer bootstrap. So, for starting the site:

```bash
cd src/docusaurus
make dev
```

Expand Down Expand Up @@ -54,7 +53,7 @@ Everything is deploy and manage through `AZD`. The main configuration file is `a
3. create the azure resources

```bash
# when running the ocommand, you'll need to configure the subs/location
# when running the command, you'll need to configure the subs/location
# by default the bicep templates will create a revision with a sample image
azd provision
```
Expand Down
18 changes: 7 additions & 11 deletions src/docusaurus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,22 @@ This repository host a AZD Template for a product documentation template in Docu

## Local Development

If running it from `src/docusaurus` path, run:

```sh
make dev
npx docusaurus start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
if running it from the root of the repository, run:

## Containerize

```sh
make package
make dev
```

## Deploy to Azure
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.


```sh
azd auth login
azd config set defaults.location <location>
azd config set defaults.subscription <yourSubscriptionID>
azd up
```

## Getting familiar

Expand Down
Loading

0 comments on commit 38005a8

Please sign in to comment.