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/core
|
||||
website/pages
|
||||
websitev2
|
||||
website
|
||||
setupJest.js
|
||||
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- websitev2/**
|
||||
- website/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/generate-docs.yaml
vendored
4
.github/workflows/generate-docs.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- websitev2/**
|
||||
- website/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
git config --global user.email "${GH_EMAIL}"
|
||||
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
|
||||
# Stage the file, commit and push
|
||||
cd websitev2 && yarn && GIT_USER="ivarconr" yarn deploy
|
||||
cd website && yarn && GIT_USER="ivarconr" yarn deploy
|
||||
env:
|
||||
GH_NAME: 'ivarconr'
|
||||
GH_EMAIL: 'ivarconr@gmail.com'
|
||||
|
@ -6,7 +6,7 @@ Before you begin:
|
||||
|
||||
- Have you read the [code of conduct](CODE_OF_CONDUCT.md)?
|
||||
- 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
|
||||
|
||||
@ -29,7 +29,7 @@ Fork with [GitHub Codespaces](https://github.com/features/codespaces):
|
||||
|
||||
### 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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
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
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
||||
"dist",
|
||||
"snapshots",
|
||||
"coverage",
|
||||
"websitev2",
|
||||
"website",
|
||||
"setupJest.js"
|
||||
]
|
||||
}
|
||||
|
@ -108,7 +108,7 @@ module.exports = {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
// Please change this to your repo.
|
||||
editUrl:
|
||||
'https://github.com/Unleash/unleash/edit/master/websitev2/',
|
||||
'https://github.com/Unleash/unleash/edit/master/website/',
|
||||
routeBasePath: '/',
|
||||
},
|
||||
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