Skip to content

Commit

Permalink
Rename website folder (#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatercurve committed Nov 25, 2022
1 parent 134d660 commit dfec1d9
Show file tree
Hide file tree
Showing 105 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
paths-ignore:
- 'packages/lexical-website-new/**'
- 'packages/lexical-website/**'
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'packages/lexical-website-new/**'
- 'packages/lexical-website/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
112 changes: 56 additions & 56 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engineStrict": true,
"scripts": {
"start": "cross-env NODE_ENV=development concurrently \"npm:collab\" \"npm run dev --prefix packages/lexical-playground\"",
"start:website": "npm run start --prefix packages/lexical-website-new -- --port 3001",
"start:website": "npm run start --prefix packages/lexical-website -- --port 3001",
"start:playground": "npm run start-test-server",
"dev": "npm run dev --prefix packages/lexical-playground",
"start-test-server": "npm run preview --prefix packages/lexical-playground -- --port 4000",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
blog: {
editUrl: `${GITHUB_REPO_URL}/tree/main/packages/lexical-website-new/blog/`,
editUrl: `${GITHUB_REPO_URL}/tree/main/packages/lexical-website/blog/`,
showReadingTime: true, // TODO: Update when directory finalized
},
docs: {
editUrl: `${GITHUB_REPO_URL}/tree/main/packages/lexical-website-new/`,
editUrl: `${GITHUB_REPO_URL}/tree/main/packages/lexical-website/`,
path: 'docs',
remarkPlugins: [importPlugin],
sidebarPath: require.resolve('./sidebars.js'),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dfec1d9

Please sign in to comment.