Skip to content

Commit

Permalink
fix badges in readme (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrajo authored Mar 8, 2024
1 parent f9fa683 commit 00a2d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Cadence docs](https://cadenceworkflow.io) · ![Build and Deploy](https://github.com/uber/cadence-docs/workflows/Build%20and%20Deploy/badge.svg) ![Nightly integration test](https://github.com/uber/cadence-docs/workflows/Nightly%20integration%20test/badge.svg)
# [Cadence docs](https://cadenceworkflow.io) · ![Build and Deploy](https://img.shields.io/github/actions/workflow/status/uber/Cadence-Docs/publish-to-gh-pages.yml?label=Build%20and%20Deploy&link=https%3A%2F%2Fgithub.com%2Fuber%2FCadence-Docs%2Factions%2Fworkflows%2Fpublish-to-gh-pages.yml) ![Nightly integration test](https://img.shields.io/github/actions/workflow/status/uber/Cadence-Docs/nightly-integration-test.yml?label=Nightly%20integration%20test&link=https%3A%2F%2Fgithub.com%2Fuber%2FCadence-Docs%2Factions%2Fworkflows%2Fnightly-integration-test.yml)

## Setting up for local development
This will start a local server and can be accessed at http://localhost:8080/
Expand All @@ -7,7 +7,7 @@ This will start a local server and can be accessed at http://localhost:8080/

### Adding pages to docs
1. Add the page under `Cadence-Docs/src/docs` in the correct place in the hierarchy
2. Add the page to `Cadence-Docs/src/.vuepress/config.js`
2. Add the page to `Cadence-Docs/src/.vuepress/config.js`

## Setting up for local development for blog pages
This will start a local server and can be accessed at http://localhost:8080/blog
Expand Down

0 comments on commit 00a2d9d

Please sign in to comment.