diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a31a0dee..b6649b33 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,8 +25,8 @@
### Editing the Content
- If you dont know MD format and looking for confluence type experince to edit from scratch or if you have the content and looking to convert it from text / html format to MarkDown(MD) or MDX format use https://holocron.so/. It also has AI support to reformat with the power of AI
- - 
- - 
+ - 
+ - 
### Updating the Side Navigation
@@ -39,11 +39,11 @@
### Using GitHub Editor Features
- **Editing Files:** You can edit files directly by navigating to them, clicking the pencil icon to open the editor.
-- **Renaming Files:** Editing a file also lets you enter a new name for your file 
+- **Renaming Files:** Editing a file also lets you enter a new name for your file 
- **Moving Files/Creating Folders:** You can also move files to entirely new locations using just the filename field.
To navigate down into a folder, just type the name of the folder you want to move the
file into followed by /. The folder can be one that’s already part of your repository,
-or it can even be a brand-new folder that doesn’t exist yet! 
+or it can even be a brand-new folder that doesn’t exist yet! 
- **Preview Changes:** Use the ‘Preview changes’ tab to see how the Markdown will render after the changes.
- **Committing Changes:** Write a meaningful commit message and description. This helps maintainers understand the purpose of your changes.
@@ -68,7 +68,7 @@ or it can even be a brand-new folder that doesn’t exist yet! 
1. Commit your Changes (`git commit -m 'Add some MyAmazingUpdate'`)
1. Push to the Branch (`git push origin content/MyAmazingUpdate`)
@@ -79,16 +79,15 @@ To crate a local branch, commit your change and submit a pull request, do the fo
1. **Clone the Repository**
```
-git clone https://github.com/saviynt/developer-portal.git
+git clone https://github.com/saviynt/saviynt-developer-portal.git
```
2. **Navigate to the Project Directory:** After cloning, navigate to the project directory with:
```
- cd developer-portal
+ cd saviynt-developer-portal
```
-
3. **Install Dependencies:** Inside the project directory, install the project dependencies with Yarn:
```
diff --git a/blog/2024-04-12-new-phase-community-connectors.mdx b/blog/2024-04-12-new-phase-community-connectors.mdx
index 5564a177..fdb2b397 100644
--- a/blog/2024-04-12-new-phase-community-connectors.mdx
+++ b/blog/2024-04-12-new-phase-community-connectors.mdx
@@ -6,7 +6,7 @@ tags: [community-connectors]
---
import GitHubComments from '@site/src/components/Github/Comments';
- ## [Community Connector @ Developer Portal](https://saviynt.github.io/developer-portal/community/connectors)
+ ## [Community Connector @ Developer Portal](https://saviynt.github.io/saviynt-developer-portal/community/connectors)
In the ever-evolving landscape of software development and integration, the ability to collaborate, innovate, and swiftly adapt to changes is paramount. This is why we have made a significant shift in how we handle our community connectors: moving them from traditional forums and exchange sites to our newly established Developer Portal, which leverages Git as its backend. This transition marks a strategic shift in our approach to managing and disseminating these crucial resources. Here, we’ll explore the motivations behind this move and the benefits it brings to developers and system integrators.
@@ -44,4 +44,4 @@ As we move forward, we will continue to refine these processes and enhance the c
As we move forward, we will continue to refine these processes and enhance the capabilities of the Developer Portal to better serve the needs of developers and system integrators. We invite all users to join us in this new phase, to contribute, and to help shape the future of our connector ecosystem.
-
+
diff --git a/docs/apis/rest/reference/5.0/saviynt-enterprise-identity-cloud-api-reference.info.mdx b/docs/apis/rest/reference/5.0/saviynt-enterprise-identity-cloud-api-reference.info.mdx
index 5afeda4e..68117499 100644
--- a/docs/apis/rest/reference/5.0/saviynt-enterprise-identity-cloud-api-reference.info.mdx
+++ b/docs/apis/rest/reference/5.0/saviynt-enterprise-identity-cloud-api-reference.info.mdx
@@ -21,7 +21,7 @@ import Export from "@theme/ApiExplorer/Export";
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 660f6f4f..e0857866 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -15,9 +15,9 @@ const config: Config = {
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
- favicon: "img/saviynt_favicon.ico",
+ favicon: "img/saviynt_favicon.ico",
organizationName: "Saviynt",
- projectName: "developer-portal",
+ projectName: "saviynt-developer-portal",
presets: [
[
@@ -27,7 +27,7 @@ const config: Config = {
routeBasePath: "/",
sidebarPath: "./sidebars.ts",
editUrl:
- "https://github.com/saviynt/developer-portal/tree/main",
+ "https://github.com/saviynt/saviynt-developer-portal/tree/main",
docItemComponent: "@theme/ApiItem", // Derived from docusaurus-theme-openapi
},
blog: {
@@ -36,7 +36,7 @@ const config: Config = {
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
blogTagsListComponent: '@theme/BlogTagsListPage',
-
+
// Other blog configurations...
},
theme: {
@@ -132,17 +132,17 @@ const config: Config = {
// options you can specify via https://github.com/francoischalifour/medium-zoom#usage
}
},
-
+
} satisfies Preset.ThemeConfig,
plugins: [
[
- "docusaurus-plugin-openapi-docs",
+ "docusaurus-plugin-openapi-docs",
{
id: "openapi",
docsPluginId: "classic",
config: {
- saviynt:{
+ saviynt: {
specPath: "static/api-specs/saviynt-rest-api-5.0-bundle.yaml",
proxy: "https://cors-api-18af4d883f64.herokuapp.com",
outputDir: "docs/apis/rest/reference/5.0/", // No trailing slash
@@ -153,10 +153,10 @@ const config: Config = {
hideSendButton: false,
showSchemas: true,
downloadUrl:
- "https://github.com/saviynt/developer-portal/blob/main/static/api-specs/saviynt-rest-api-5.0-bundle.yaml",
+ "https://github.com/saviynt/saviynt-developer-portal/blob/main/static/api-specs/saviynt-rest-api-5.0-bundle.yaml",
baseUrl: "/apis/rest/5.0/reference", // Leading slash is important
} satisfies OpenApiPlugin.Options,
- ecf:{
+ ecf: {
specPath: "static/api-specs/saviynt-ecf-api-bundle.yaml",
// proxy: "https://cors-anywhere.herokuapp.com",
outputDir: "docs/connectors/ecf/reference/1.0/", // No trailing slash
@@ -166,7 +166,7 @@ const config: Config = {
},
hideSendButton: false,
showSchemas: true,
- // downloadUrl:"https://github.com/saviynt/developer-portal/blob/main/static/api-specs/saviynt-rest-api-5.0-bundle.yaml",
+ // downloadUrl:"https://github.com/saviynt/saviynt-developer-portal/blob/main/static/api-specs/saviynt-rest-api-5.0-bundle.yaml",
baseUrl: "/connectors/ecf/1.0/reference", // Leading slash is important
} satisfies OpenApiPlugin.Options,
} satisfies Plugin.PluginOptions,
diff --git a/src/components/Github/Discussions.tsx b/src/components/Github/Discussions.tsx
index 08770233..8990a5f5 100644
--- a/src/components/Github/Discussions.tsx
+++ b/src/components/Github/Discussions.tsx
@@ -5,7 +5,7 @@ const GiscusComponent = () => {
const script = document.createElement('script');
script.src = 'https://giscus.app/client.js';
script.async = true;
- script.setAttribute('data-repo', 'saviynt/developer-portal');
+ script.setAttribute('data-repo', 'saviynt/saviynt-developer-portal');
script.setAttribute('data-repo-id', 'R_kgDOLnTSUg');
script.setAttribute('data-category', 'General');
script.setAttribute('data-category-id', 'DIC_kwDOLnTSUs4Cel7H');