-
Notifications
You must be signed in to change notification settings - Fork 37
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
PAC-1893-integrate custom readme versions with dropdown versions #3181
Conversation
plugins/packs-integrations.js
Outdated
return { | ||
path: `/integrations/packs/${packName}`, | ||
path: `/integrations/packs?pack=${pack.name}&version=${pack.latestVersion}&parent=${parentVersion?.title || pack.latestVersion}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parent=${parentVersion?.title}
If there isn't a parentVersion
from my perspective this query param should not be added.
plugins/packs-integrations.js
Outdated
exact: false, | ||
component: "@site/src/components/PacksInformation", | ||
metadata: { | ||
sourceFilePath: "../docs/docs-content/integrations/packs.mdx", | ||
}, | ||
data: packName, | ||
data: {name: pack.name, version: pack.latestVersion}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can add the parent version as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and use it in src/components/PacksInformation/PacksInformation.tsx
packDataObj = packData?.versions.reduce((acc, tagVersion) => { | ||
let childVersion; | ||
if (childVersion = tagVersion.children.find((child:any) => child.title === version)) { | ||
acc = { | ||
childPackUid: childVersion.packUid, | ||
parentVersion: tagVersion.title, | ||
} | ||
} | ||
return acc; | ||
}, {}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't seem right. use find
setSelectedPackUid(packDataObj.childPackUid || ""); | ||
} | ||
if (!urlParamVersion) { | ||
history.replace({ search: `?pack=${packName}&version=${version}&parent=${packDataObj?.parentVersion || ""}` }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you send the parentVersion from the beginning this entire logic would not be needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments above
… readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
…r readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…r readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…r readme (#3178) (#3542) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…evelopment for… (#3541) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * docs:fix broken links --------- Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
…evelopment for… (#3539) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * chore: gitleaks * chore: fixed broken links * chore: url fixes * chore: broken links * chore: broken links --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…evelopment for… (#3543) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * docs: fix broken links * chore: fix gitleaks issue --------- Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
…velopment for… (#3540) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * chore: fix broken links * chore: broken links * chore: broken links * chore: fix broken links * chore: fixed broken URLs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…0 to 8.0.0 (#3… (#3617) * chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.0.0 (#3522) * chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.0.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.15.0 to 8.0.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fixed dependencies * chore: fix npm --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * docs: backport new packs component * chore: fix broken URL --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Describe the Change
This integrates the version change in the *.md file with the packs detail information react component version dropdown.
So, had to change the md file with the query string "parent", and changed the router in plugin as well.
The refresh issue which we had with the build serve is fixed, i mean while refreshing in dark mode, the antd components were little bit jumbled and was not properly aligned. This issue was fixed.
This PR ....
Packs List
💻 Add Preview URL for Page
Jira Tickets
🎫 Jira Ticket