Skip to content

Commit

Permalink
Merge pull request liferay#5780 from matuzalemsteles/www
Browse files Browse the repository at this point in the history
chore: migrate clayui.com to next
  • Loading branch information
matuzalemsteles authored Feb 13, 2025
2 parents 54baac1 + 75fb607 commit 1817c73
Show file tree
Hide file tree
Showing 844 changed files with 101,782 additions and 131,358 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ node_modules
package-lock.json
/packages/clay-css/src/js/**/*.js
packages/generator-clay-component/app/templates
yarn.lock
yarn.lock
.next
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies
run: yarn install
run: yarn install && cd ./www && yarn install
- name: Lint
run: yarn lint
- name: Types
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ lib
node_modules
*.log
package-lock.json
.env
.gradle
.parcel-cache
.parcel-ci-builds
.parcel-ci-build.json
.parcel-ci-build.json
# Local Netlify folder
.netlify
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ package-lock.json
/packages/clay-css/src/js/**/*.js
/packages/clay-css/src/scss/bootstrap/**/*.scss
/packages/generator-clay-component/app/templates
yarn.lock
yarn.lock
.next
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Clay repository follows the monorepo approach, all the major components that are

- **[Clay React Components](./packages)**: A set of components that use `clay-css` and Lexicon guidelines, developed with [React.js](http://reactjs.org)

- **[clayui.com](./clayui.com)**: The source code for our documentation site.
- **[clayui.com](./www)**: The source code for our documentation site.

## Documentation

Expand Down Expand Up @@ -157,7 +157,7 @@ To contribute to the documentation, you can run the site locally to test your ch
1. Navigate to the site's directory:

```
cd clayui.com
cd www
```

2. Install the dependencies:
Expand All @@ -169,7 +169,7 @@ yarn
3. Run the site in a development environment:

```
yarn develop
yarn dev
```

> If you want to test in a production environment so that you do not take risks of inconsistencies, issue the following command in the root directory:
Expand Down
3 changes: 0 additions & 3 deletions clayui.com/.env.development

This file was deleted.

14 changes: 0 additions & 14 deletions clayui.com/.eslintrc.js

This file was deleted.

67 changes: 0 additions & 67 deletions clayui.com/.gitignore

This file was deleted.

Loading

0 comments on commit 1817c73

Please sign in to comment.