Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue)
Please make sure to search in the [issues](https://github.com/apache/devlake-website/issues?q=is%3Aissue)
to check if this bug already exists.
options:
- label: >
I had searched in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue) and found
I had searched in the [issues](https://github.com/apache/devlake-website/issues?q=is%3Aissue) and found
no similar issues.
required: true

Expand Down
7 changes: 0 additions & 7 deletions .gitpod.Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions .gitpod.yml

This file was deleted.

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@ This project keeps all sources used for building up DevLake's official website w

Please also make sure your node version is 16.14+, version lower than 16.14.x is not supported yet.

## 💻 Start contributing from any browser or Chromebook

Start developing and make changes to the code via a single click without any prior setup for free **Anytime-Anywhere**!

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/incubator-devlake-website)

Some *Recommendations* while using **Gitpod**:

- Download the [gitpod browser extension](https://www.gitpod.io/docs/configure/user-settings/browser-extension) to start working on any branch,issue or PR via a single click in under a minute!
- To enjoy *BLAZINGLY FAST* startup times while developing on your forked branches, consider [enabling prebuilds by installing Gitpod's GitHub App](https://www.gitpod.io/docs/configure/projects/prebuilds/#configuring-prebuilds-manually)

---
## Installation

**_NOTE:_** You can follow the below instructions to setup your developer environment in your `local machine` or use the `gitpod` method specified above to code without any prior setup ⚡️ as suggested above as well!
Expand Down
2 changes: 1 addition & 1 deletion community/MakingContributions/BlogSubmission.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Or this.

And add a cover image into the folder `static/img/Blog` with the image name same as the cover title defined above. In this example it would be `static/img/Blog/Setup-Your-First-Engineering-Metrics.png`.

After completing the above steps, please submit a PR to [apache/incubator-devlake-website](https://github.com/apache/incubator-devlake-website) for review. Happy blogging!
After completing the above steps, please submit a PR to [apache/devlake-website](https://github.com/apache/devlake-website) for review. Happy blogging!
4 changes: 2 additions & 2 deletions docs/Configuration/HowToOrganizeDevlakeProjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Both are independent of each other. Assume that ASF wants to check the health of
and maintenance of these projects with DORA.

DevLake manages 3 `repos`: [incubator-devlake](https://github.com/apache/incubator-devlake),
[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
and [incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
[devlake-website](https://github.com/apache/devlake-website),
and [devlake-helm-chart](https://github.com/apache/devlake-helm-chart).
There are many repos related to _Spark_ in one way or another. To keep it simple,
we will also pick 3 `repos`: [spark](https://github.com/apache/spark),
[spark-website](https://github.com/apache/spark-website), and [incubator-livy](https://github.com/apache/incubator-livy).
Expand Down
14 changes: 7 additions & 7 deletions docs/GettingStarted/HelmSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ sidebar_position: 3

## Quick Start

#### You can also check https://github.com/apache/incubator-devlake-helm-chart to make contribution
#### You can also check https://github.com/apache/devlake-helm-chart to make contribution

#### To install or upgrade to the latest version, please check [here](https://github.com/apache/incubator-devlake-helm-chart/releases)
#### To install or upgrade to the latest version, please check [here](https://github.com/apache/devlake-helm-chart/releases)

### Install

Expand Down Expand Up @@ -43,7 +43,7 @@ To install the chart with release name `devlake`,follow these steps:
5. Install the chart by running the following commands:

```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo add devlake https://apache.github.io/devlake-helm-chart
helm repo update
helm install devlake devlake/devlake --version=1.0-beta1 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
```
Expand Down Expand Up @@ -250,7 +250,7 @@ b. Provide below values while install from helm:
Here is the example:

```
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo add devlake https://apache.github.io/devlake-helm-chart
helm repo update
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
helm install devlake devlake/devlake \
Expand Down Expand Up @@ -286,7 +286,7 @@ Yes, the devlake helm chart supports using an external Grafana. You can set the
Here is the example:

```
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo add devlake https://apache.github.io/devlake-helm-chart
helm repo update
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
helm install devlake devlake/devlake \
Expand All @@ -304,7 +304,7 @@ helm install devlake devlake/devlake \
Here is the example:

```
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo add devlake https://apache.github.io/devlake-helm-chart
helm repo update
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
helm install devlake devlake/devlake \
Expand All @@ -320,7 +320,7 @@ helm install devlake devlake/devlake \
Here is the example:

```
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo add devlake https://apache.github.io/devlake-helm-chart
helm repo update
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
helm install devlake devlake/devlake \
Expand Down
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const versions = require('./versions.json');
path: 'docs',
sidebarPath: require.resolve('./sidebars.js'),
// set to undefined to remove Edit this Page
editUrl: 'https://github.com/apache/incubator-devlake-website/edit/main',
editUrl: 'https://github.com/apache/devlake-website/edit/main',
remarkPlugins: [math, [require('mdx-mermaid'), {
theme: { light: 'neutral', dark: 'forest' }
}]],
Expand Down Expand Up @@ -64,7 +64,7 @@ const versions = require('./versions.json');
readingTime: ({ content, frontMatter, defaultReadingTime }) =>
defaultReadingTime({ content, options: { wordsPerMinute: 300 } }),
// Please change this to your repo.
editUrl: 'https://github.com/apache/incubator-devlake-website/edit/main',
editUrl: 'https://github.com/apache/devlake-website/edit/main',
remarkPlugins: [math, [require('mdx-mermaid'), {
theme: { light: 'neutral', dark: 'forest' }
}]],
Expand Down Expand Up @@ -201,7 +201,7 @@ const versions = require('./versions.json');
position: 'right'
},
{
to: 'https://github.com/apache/incubator-devlake',
to: 'https://github.com/apache/devlake',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -284,7 +284,7 @@ const versions = require('./versions.json');
},
{
label: 'GitHub Issue Tracker For Docs',
to: 'https://github.com/apache/incubator-devlake-website/issues',
to: 'https://github.com/apache/devlake-website/issues',
},
],
},
Expand All @@ -293,7 +293,7 @@ const versions = require('./versions.json');
items: [
{
label: 'GitHub',
to: 'https://github.com/apache/incubator-devlake',
to: 'https://github.com/apache/devlake',
},
{
label: 'Twitter',
Expand Down
27 changes: 0 additions & 27 deletions gitpod-scripts/startCloudDevEnv.sh

This file was deleted.

2 changes: 1 addition & 1 deletion livedemo/DivingIntoTheLake/01-Tatiana.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: >
Feel free to give a read, which has been specially handpicked for you! This would undoubtedly enlighten on practicality and provide deeper insights into Engineering.


<img src="https://github.com/apache/incubator-devlake-website/assets/31725457/2c47f1fc-7bfd-4fb3-b978-0b4e02ce4bc2" alt="Diving Into the Lake with Tatiana Gil Lopez" width="100%" />
<img src="https://github.com/apache/devlake-website/assets/31725457/2c47f1fc-7bfd-4fb3-b978-0b4e02ce4bc2" alt="Diving Into the Lake with Tatiana Gil Lopez" width="100%" />


### Question #1: "In your opinion, what is the value of taking a data driven approach to engineering?"
Expand Down
2 changes: 1 addition & 1 deletion livedemo/DivingIntoTheLake/02-Ben-Stiefel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: >

Feel free to give it a read, as this has been specially handpicked for you! This would undoubtedly illuminate practicality and provide deeper insights into Engineering.

<img src="https://github.com/apache/incubator-devlake-website/assets/31725457/2e071928-6f28-4b4c-9961-80c5be956dee" alt="Diving Into The Lake with Ben Stiefel" width="100%" />
<img src="https://github.com/apache/devlake-website/assets/31725457/2e071928-6f28-4b4c-9961-80c5be956dee" alt="Diving Into The Lake with Ben Stiefel" width="100%" />


### Question #1: "In your opinion, what is the value of taking a data driven approach to engineering?"
Expand Down
Loading