Skip to content

Commit

Permalink
Merge pull request #76 from brionmario/prepare-for-release
Browse files Browse the repository at this point in the history
chore(docs): move docs website to a container folder
  • Loading branch information
brionmario authored Mar 23, 2023
2 parents 02e09e9 + cc317ee commit 44c1c7a
Show file tree
Hide file tree
Showing 32 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ By following these steps, designers can ensure that their design changes are pro

Following diagram illustrates the design tokens workflow.

<img src="./docs/public/assets/images/architecture/oxygen-ui-tokens-process.png" width="800" />
<img src="./docs/resources/images/architecture/oxygen-ui-tokens-process.png" width="800" />

## Versioning

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/README.md → docs/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To get started, simply clone this repository and install the necessary dependenc

```bash
git clone https://github.com/wso2/oxygen-ui.git
cd oxygen-ui/docs
cd oxygen-ui/docs/website
npm install
```

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/package.json → docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Documentation of WSO2 Oxygen Design System.",
"author": "WSO2",
"license": "Apache-2.0",
"homepage": "https://github.com/wso2/oxygen-ui/tree/main/docs#readme",
"homepage": "https://github.com/wso2/oxygen-ui/tree/main/docs/website#readme",
"bugs": {
"url": "https://github.com/wso2/oxygen/issues"
},
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 10 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- "docs"
- "docs/*"
- "packages/*"
- "examples/*"

0 comments on commit 44c1c7a

Please sign in to comment.