Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote networks latest #722

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7b181d8
Created a new remote branch and executed the script
sra-hub Jul 31, 2024
c0f637e
Added md file, updated the sidebar and config.js
sra-hub Jul 31, 2024
ca23cc9
local server starts successfully
sra-hub Jul 31, 2024
e5a4f65
DOCS-5564 Revert the changes
sra-hub Aug 5, 2024
aae20fd
test commit
sra-hub Aug 8, 2024
681cc5b
Updating the summary on pandev-tools
sra-hub Aug 13, 2024
6a8f11e
DOCS-5927 Completed the initial configuration and local server starts…
sra-hub Aug 19, 2024
012dfe1
DOCS-5927 Local server works fine. Will start working on the develope…
sra-hub Aug 21, 2024
4a86e54
DOCS-5297 Executed the script
sra-hub Aug 29, 2024
fa440b1
DOCS-5297 Updated the grouping file and executed the script
sra-hub Sep 3, 2024
dd75e8c
DOCS-5297 updated the config file.
sra-hub Sep 4, 2024
934f822
RemoteNetworks: Changed to Config Orch
sra-hub Sep 4, 2024
0387fb0
Ignore
sra-hub Sep 4, 2024
e8a9611
Ignore
sra-hub Sep 4, 2024
297dbda
RN: Ignore the commit
sra-hub Sep 5, 2024
41f0ad4
DOCS-5297 Made changes in the config files
sra-hub Sep 5, 2024
81f3ca8
DOCS-5297 Staging all the changes made
sra-hub Sep 5, 2024
0511c36
remove vi swap file
sarette Sep 6, 2024
a575655
DOCS-5297 Fixed all the issues and ready to create a review site
sra-hub Sep 9, 2024
0d26411
Remote_networks: Removed the spec file received from engineer and ret…
sra-hub Sep 10, 2024
4b915e2
DOCS-5297 Executed the chunking script
sra-hub Sep 10, 2024
1bffbfc
Merge branch 'DOCS-5927_MSP_Application_Monitoring' of https://code.p…
sra-hub Sep 11, 2024
bf8dfc9
Committing local changes before revert
sra-hub Sep 11, 2024
4633c84
RN: Fixed the error in the spec file and executed the script. Server …
sra-hub Sep 20, 2024
c07c26c
Creating a pull request
sra-hub Sep 20, 2024
bc039c4
Remote_networks-Updating grouping file after the review
sra-hub Sep 25, 2024
55bf72c
Remote_Networks-executed the script
sra-hub Oct 1, 2024
cada4e7
RN-Updating the spec file as per the discussion
sra-hub Oct 8, 2024
5cb7948
RN: Updated the grouping file as per the comment and creating a revie…
sra-hub Oct 14, 2024
a24bb3c
Creating a review site
sra-hub Oct 14, 2024
bd628bd
RemoteNetworks-Staging all the changes.
sra-hub Nov 5, 2024
37d612f
Creating pull request
sra-hub Nov 5, 2024
a21c0a0
Remote_Networks- unable to see the changes in the build
sra-hub Nov 25, 2024
29cae83
Creating a pull request
sra-hub Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@ const config = {
label: "Multitenant Interconnect",
icon: "api-doc",
},
{
to: "sase/api/config-orch",
label: "Configuration Orchestration",
icon: "api-doc",
},
{
to: "access/api/adem/autonomous-dem-api",
label: "Autonomous DEM",
Expand Down Expand Up @@ -684,7 +689,7 @@ const config = {
mtmonitor: {
specPath: "openapi-specs/sase/mt-monitor",
outputDir: "products/sase/api/mt-monitor",
sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "info" },
sidebarOptions: { groupPathsBy: "tag" },
},
mtnotifications: {
specPath: "openapi-specs/sase/mt-notifications",
Expand All @@ -696,6 +701,11 @@ const config = {
outputDir: "products/sase/api/mt-interconnect",
sidebarOptions: { groupPathsBy: "tag" },
},
configorch: {
specPath: "openapi-specs/sase/config-orch",
outputDir: "products/sase/api/config-orch",
sidebarOptions: { groupPathsBy: "tag" },
},
access: {
specPath: "openapi-specs/access/prisma-access-config",
outputDir: "products/access/api/prisma-access-config",
Expand Down
Loading
Loading