This is an automated email from the ASF dual-hosted git repository. zky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit f4d4952ab8e79c07560a3ce393e0d0ac84b6ee54 Author: linyh <[email protected]> AuthorDate: Tue Jul 26 13:21:08 2022 +0800 fix: fix for ci --- docs/DeveloperManuals/DeveloperSetup.md | 2 +- docs/QuickStart/DockerComposeSetup.md | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperManuals/DeveloperSetup.md b/docs/DeveloperManuals/DeveloperSetup.md index 1373523f..a3f56c57 100644 --- a/docs/DeveloperManuals/DeveloperSetup.md +++ b/docs/DeveloperManuals/DeveloperSetup.md @@ -73,7 +73,7 @@ sidebar_position: 1 ``` 8. Visit config UI at `localhost:4000` to configure data connections. - - Please follow the [tutorial](./UserManuals/ConfigUI/Tutorial.md) + - Please follow the [tutorial](UserManuals/ConfigUI/Tutorial.md) - Submit the form to update the values by clicking on the **Save Connection** button on each form page 9. Visit `localhost:4000/pipelines/create` to RUN a Pipeline and trigger data collection. diff --git a/docs/QuickStart/DockerComposeSetup.md b/docs/QuickStart/DockerComposeSetup.md index b8bfd3f7..465d92e3 100644 --- a/docs/QuickStart/DockerComposeSetup.md +++ b/docs/QuickStart/DockerComposeSetup.md @@ -22,7 +22,7 @@ sidebar_position: 1 ## Configure and collect data 1. Visit `config-ui` at `http://localhost:4000` in your browser to configure and collect data. - - Please follow the [turorial](./UserManuals/ConfigUI/Tutorial.md) + - Please follow the [turorial](UserManuals/ConfigUI/Tutorial.md) - `devlake` takes a while to fully boot up. if `config-ui` complaining about api being unreachable, please wait a few seconds and try refreshing the page. 2. Click *View Dashboards* button in the top left when done, or visit `localhost:3002` (username: `admin`, password: `admin`). - We use [Grafana](https://grafana.com/) as a visualization tool to build charts for the [data](../DataModels/DataSupport.md) stored in our database. diff --git a/package.json b/package.json index 52a252a4..c9a31e81 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@mdx-js/react": "^1.6.22", "clsx": "^1.1.1", "mdx-mermaid": "^1.2.3", + "mermaid": "^9.1.3", "prism-react-renderer": "^1.3.1", "react": "^17.0.2", "react-dom": "^17.0.2",
