mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: rename websitev2 to website
This commit is contained in:
parent
0cbe83840f
commit
ffec4f6342
@ -7,5 +7,5 @@ website/i18n/*.js
|
|||||||
website/translated_docs
|
website/translated_docs
|
||||||
website/core
|
website/core
|
||||||
website/pages
|
website/pages
|
||||||
websitev2
|
website
|
||||||
setupJest.js
|
setupJest.js
|
||||||
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- websitev2/**
|
- website/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
4
.github/workflows/generate-docs.yaml
vendored
4
.github/workflows/generate-docs.yaml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- websitev2/**
|
- website/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
git config --global user.email "${GH_EMAIL}"
|
git config --global user.email "${GH_EMAIL}"
|
||||||
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
|
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
|
||||||
# Stage the file, commit and push
|
# Stage the file, commit and push
|
||||||
cd websitev2 && yarn && GIT_USER="ivarconr" yarn deploy
|
cd website && yarn && GIT_USER="ivarconr" yarn deploy
|
||||||
env:
|
env:
|
||||||
GH_NAME: 'ivarconr'
|
GH_NAME: 'ivarconr'
|
||||||
GH_EMAIL: 'ivarconr@gmail.com'
|
GH_EMAIL: 'ivarconr@gmail.com'
|
||||||
|
@ -6,7 +6,7 @@ Before you begin:
|
|||||||
|
|
||||||
- Have you read the [code of conduct](CODE_OF_CONDUCT.md)?
|
- Have you read the [code of conduct](CODE_OF_CONDUCT.md)?
|
||||||
- Check out the [existing issues](https://github.com/unleash/Unleash/issues)
|
- Check out the [existing issues](https://github.com/unleash/Unleash/issues)
|
||||||
- Browse the [developer-guide](./websitev2/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source.
|
- Browse the [developer-guide](./website/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source.
|
||||||
|
|
||||||
### Don't see your issue? Open one
|
### Don't see your issue? Open one
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ Fork with [GitHub Codespaces](https://github.com/features/codespaces):
|
|||||||
|
|
||||||
### Make your update:
|
### Make your update:
|
||||||
|
|
||||||
Make your changes to the file(s) you'd like to update. You'll need **Node.js v14** and PostgreSQL 10 to run Unleash locally. [See more details](https://github.com/Unleash/unleash/tree/master/websitev2/docs/contributing/developer-guide.md)
|
Make your changes to the file(s) you'd like to update. You'll need **Node.js v14** and PostgreSQL 10 to run Unleash locally. [See more details](https://github.com/Unleash/unleash/tree/master/website/docs/contributing/developer-guide.md)
|
||||||
|
|
||||||
### Open a pull request
|
### Open a pull request
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ _(PS! feel free to submit your logo!)_
|
|||||||
Unleash has been built with the help of many smart individuals. This ensures that we build a product that solves real problems for people. If you want to contribute to this project you are encouraged to send issue requests, or provide pull-requests.
|
Unleash has been built with the help of many smart individuals. This ensures that we build a product that solves real problems for people. If you want to contribute to this project you are encouraged to send issue requests, or provide pull-requests.
|
||||||
|
|
||||||
1. Read [CONTRIBUTING.md](./CONTRIBUTING.md) to learn more on how you can contribute
|
1. Read [CONTRIBUTING.md](./CONTRIBUTING.md) to learn more on how you can contribute
|
||||||
1. Browse the [developer-guide](./websitev2/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source.
|
1. Browse the [developer-guide](./website/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source.
|
||||||
|
|
||||||
# Community and Help
|
# Community and Help
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
"dist",
|
"dist",
|
||||||
"snapshots",
|
"snapshots",
|
||||||
"coverage",
|
"coverage",
|
||||||
"websitev2",
|
"website",
|
||||||
"setupJest.js"
|
"setupJest.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@ module.exports = {
|
|||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/Unleash/unleash/edit/master/websitev2/',
|
'https://github.com/Unleash/unleash/edit/master/website/',
|
||||||
routeBasePath: '/',
|
routeBasePath: '/',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user