Skip to content

Commit 3fdb41b

Browse files
authored
Merge pull request #115 from brionmario/update-docs
docs: update docs
2 parents 29802bc + c96e66e commit 3fdb41b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+276
-1656
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelog": [
66
"@changesets/changelog-github",
77
{
8-
"repo": "asgardeo/web-ui-sdks"
8+
"repo": "asgardeo/javascript"
99
}
1010
],
1111
"commit": false,

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
deploy:
4545
environment:
4646
name: github-pages
47-
url: "web-ui-sdks"
47+
url: "javascript"
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Sorts JSON objects in alphabetical order.
7373
Replace `<github username>` with your own username.
7474

7575
```shell
76-
git clone https://github.com/<github username>/web-ui-sdks.git
76+
git clone https://github.com/<github username>/javascript.git
7777
```
7878

7979
3. Set the original repo as the upstream remote.
8080

8181
```shell
82-
git remote add upstream https://github.com/asgardeo/web-ui-sdks.git
82+
git remote add upstream https://github.com/asgardeo/javascript.git
8383
```
8484

8585
## Setting up the Development Environment

README.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
<p align="center" style="color: #343a40">
2-
<img
3-
src="https://github.com/asgardeo/web-ui-sdks/assets/25959096/ae77b70c-6570-40b1-a723-719abd0f7d02" alt="Asgardeo Logo" height="40" width="auto"
4-
>
5-
<h1 align="center">
6-
Asgardeo JavaScript SDKs
7-
</h1>
2+
<img src="./docs/assets/images/banner.png" alt="Asgardeo Logo">
83
</p>
9-
<p align="center" style="font-size: 1.2rem;">
10-
JavaScript SDKs for building applications with <a href="https://wso2.com/asgardeo">Asgardeo</a>
4+
5+
<p align="center" style="font-size: 1.2rem;font-weight: bold;">
6+
<a href="https://asgardeo.io">Asgardeo</a> . <a href="https://wso2.com/asgardeo/docs/sdks">Documentation</a> . <a href="./CHANGELOG.md">Changelog</a>
117
</p>
128

139
<div align="center">
10+
<a href="https://stackoverflow.com/questions/tagged/wso2is"><img src="https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange.svg" alt="Ask for help on Stackoverflow"></a>
11+
<a href="https://discord.gg/wso2"><img src="https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg" alt="Join us on Discord"></a>
12+
<a href="https://twitter.com/intent/follow?screen_name=wso2"><img src="https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow" alt="Twitter"></a>
1413
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
15-
<a href="https://github.com/asgardeo/web-ui-sdks/actions/workflows/release.yml"><img src="https://github.com/asgardeo/web-ui-sdks/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
16-
17-
<br>
18-
<br>
14+
<a href="https://github.com/asgardeo/javascript/actions/workflows/release.yml"><img src="https://github.com/asgardeo/javascript/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
1915
</div>
2016

2117
<br>
2218

23-
This repository contains the source code of JavaScript SDKs that can be used to build applications integrated with Asgardeo. If you have any questions, please reach out to us through one of the following channels:
19+
<p align="center" style="font-size: 1.2rem;">
20+
Design secure, secure, and scalable applications with Asgardeo's JavaScript SDKs.
21+
</p>
22+
23+
## 🚀 Get started with Asgardeo
24+
25+
Follow these simple steps to get started with Asgardeo:
2426

25-
[![Stackoverflow](https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange)](https://stackoverflow.com/questions/tagged/wso2is)
26-
[![Join the chat at https://discord.gg/wso2](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
27-
[![Twitter](https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=wso2)
27+
1. Create an account in Asgardeo 👉 [Sign Up](https://asgardeo.io/signup?visitor_id=685a48bc57b3b5.46411343&utm_source=site&utm_medium=organic)
28+
2. Refer to our **Quick Start Guides** and get started in minutes.
29+
- `React Quick Start`: [React Quick Start](https://wso2.com/asgardeo/docs/quick-starts/react/)
30+
- `Next.js Quick Start`: [Next.js Quick Start](https://wso2.com/asgardeo/docs/quick-starts/nextjs/)
2831

2932
## Packages
3033

@@ -37,15 +40,19 @@ This repository contains the source code of JavaScript SDKs that can be used to
3740
| [![@asgardeo/express](https://img.shields.io/npm/v/@asgardeo/express?color=%23339933&label=%40asgardeo%2Fexpress&logo=express)](./packages/express/) | Express.js SDK for server-side integration |
3841
| [![@asgardeo/nuxt](https://img.shields.io/npm/v/@asgardeo/nuxt?color=%2300DC82&label=%40asgardeo%2Fnuxt&logo=nuxt)](./packages/nuxt/) | Nuxt.js SDK for building applications with Asgardeo |
3942
| [![@asgardeo/react](https://img.shields.io/npm/v/@asgardeo/react?color=%2361DAFB&label=%40asgardeo%2Freact&logo=react)](./packages/react/) | React SDK for building applications with Asgardeo |
43+
| [![@asgardeo/react-router](https://img.shields.io/npm/v/@asgardeo/react-router?color=%2361DAFB&label=%40asgardeo%2Freact-router&logo=react-router)](./packages/react-router/) | Supplementary React Router bindings |
4044
| [![@asgardeo/vue](https://img.shields.io/npm/v/@asgardeo/vue?color=%234FC08D&label=%40asgardeo%2Fvue&logo=vue.js)](./packages/vue/) | Vue.js SDK for building applications with Asgardeo |
4145

4246
## Contribute
47+
4348
Please read [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to Asgardeo JavaScript SDKs. Refer to [General Contribution Guidelines](http://wso2.github.io/) for details on our code of conduct, and the process for submitting pull requests to us.
4449

4550
### Reporting issues
46-
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/web-ui-sdks/issues).
51+
52+
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/javascript/issues).
4753

4854
**Important**: Please be advised that security issues MUST be reported to <a href="mailto:[email protected]">[email protected]</a>, not as GitHub issues, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.
4955

5056
## License
57+
5158
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

docs/.gitignore

Lines changed: 0 additions & 138 deletions
This file was deleted.

docs/assets/images/banner.png

1.44 MB
Loading

docs/package.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/src/.vitepress/config.mts

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)