diff --git a/content/pages/about.mdx b/content/pages/about.mdx index e07cc81..f429a24 100644 --- a/content/pages/about.mdx +++ b/content/pages/about.mdx @@ -2,7 +2,7 @@ The GitOps Working Group is a WG under the CNCF App Delivery SIG. The focus of the GitOps WG is to clearly define a vendor-neutral, principle-led meaning of GitOps. This will establish a foundation for interoperability between tools, conformance, and certification. Lasting programs, documents, and code are planned to live within the [OpenGitOps](https://github.com/open-gitops) project. -See the [charter](https://github.com/gitops-working-group/gitops-working-group/blob/main/charter.md) for additional info on the group's mission, scope, and alignment with other groups and projects. +See the [charter](https://github.com/cncf/tag-app-delivery/blob/main/gitops-wg/charter.md) for additional info on the group's mission, scope, and alignment with other groups and projects. ## Growing Adoption of GitOps diff --git a/content/pages/get-involved.mdx b/content/pages/get-involved.mdx index 308cfc5..70d93d1 100644 --- a/content/pages/get-involved.mdx +++ b/content/pages/get-involved.mdx @@ -5,13 +5,12 @@ There are a few ways you can get involved: - Watch or star [OpenGitOps project repo](https://github.com/open-gitops/project/blob/main/README.md#repositories) and [CNCF Application Delivery TAG: GitOps Working Group folder](https://github.com/cncf/tag-app-delivery/tree/main/gitops-wg) to see when things change - Join the [GitOps Subreddit](https://www.reddit.com/r/GitOps/) -- Attend a [Working Group or Committee meeting](https://github.com/gitops-working-group/gitops-working-group/blob/main/MEETINGS.md) +- Attend a [Working Group or Committee meeting](Attend a [Working Group or Committee meeting](https://github.com/cncf/tag-app-delivery/tree/main/gitops-wg#meetings)) - Start or participate in [Discussions](https://github.com/open-gitops/project/discussions) - [Open an issue](https://github.com/open-gitops/project/issues) and let us know how you're using GitOps and any important considerations we should include - Join `#wg-gitops` on [CNCF Slack](https://slack.cncf.io/) - Join the [SIG App Delivery](https://github.com/cncf/sig-app-delivery) mailing list, and watch or participate in topics prefixed with `[gitops-wg]` -- See [Working Group project boards](https://github.com/orgs/gitops-working-group/projects) for status of work, or for ideas on areas that could use additional participation -- Volunteer to join [committees](https://github.com/gitops-working-group/gitops-working-group/blob/main/GOVERNANCE.md#committees) and help with projects according to your interest and ability +- Volunteer to join [committees](https://github.com/open-gitops/project/blob/main/GOVERNANCE.md#committees) and help with projects according to your interest and ability The Working Group will review all open issues and PRs. diff --git a/gatsby-config.js b/gatsby-config.js index 12f0699..1634701 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,8 +4,8 @@ module.exports = { title: "OpenGitOps", description: "OpenGitOps is a set of open-source standards, best practices, and community-focused education to help organizations adopt a structured, standardized approach to implementing GitOps.", - siteUrl: "https://github.com/gitops-working-group/gitops-working-group", - repo: "gitops-working-group/gitops-working-group", + siteUrl: "https://github.com/open-gitops/project", + repo: "open-gitops/project", social: { github: "https://github.com/open-gitops", slack: "https://slack.cncf.io", @@ -67,6 +67,14 @@ module.exports = { backgroundColor: "white", }, }, + { + resolve: `gatsby-remark-autolink-headers`, + options: { + removeAccents: true, + elements: [`h2`, `h3`], + icon: false, + }, + }, `gatsby-remark-prismjs`, ], }, diff --git a/package.json b/package.json index 9253e1b..7256cce 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "gatsby-plugin-sass": "^4.8.0", "gatsby-plugin-sharp": "^3.8.0", "gatsby-plugin-sitemap": "^4.4.0", + "gatsby-remark-autolink-headers": "^5.7.0", "gatsby-remark-images": "^5.5.0", "gatsby-remark-prismjs": "^5.5.0", "gatsby-source-filesystem": "^3.8.0", diff --git a/src/components/footer.js b/src/components/footer.js index a80f0eb..be5bd89 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -53,7 +53,7 @@ const Footer = () => { {date.getFullYear()} © . Overseen by the{" "} <a - href="https://github.com/gitops-working-group/gitops-working-group" + href="https://github.com/cncf/tag-app-delivery/tree/main/gitops-wg" target="_blank" rel="noopener noreferrer" className="underline"> @@ -62,14 +62,17 @@ const Footer = () => { </a> </small> <small className="mt-4 max-w-3xl mx-auto px-8 block text-center"> - © {date.getFullYear()} The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our{" "} + © {date.getFullYear()} The Linux Foundation. All rights reserved. + The Linux Foundation has registered trademarks and uses trademarks. + For a list of trademarks of The Linux Foundation, please see our{" "} <a href="https://www.linuxfoundation.org/trademark-usage" target="_blank" rel="noopener noreferrer" className="underline"> Trademark Usage{""} - </a> page. + </a>{" "} + page. </small> </Container> </footer> diff --git a/yarn.lock b/yarn.lock index 70adaf4..be52d4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1060,10 +1060,10 @@ "core-js-pure" "^3.15.0" "regenerator-runtime" "^0.13.4" -"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": - "integrity" "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==" - "resolved" "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz" - "version" "7.14.6" +"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.0", "@babel/runtime@^7.15.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": + "integrity" "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==" + "resolved" "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz" + "version" "7.17.2" dependencies: "regenerator-runtime" "^0.13.4" @@ -3122,6 +3122,13 @@ "resolved" "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" "version" "2.2.0" +"bindings@^1.5.0": + "integrity" "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" + "resolved" "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" + "version" "1.5.0" + dependencies: + "file-uri-to-path" "1.0.0" + "bl@^1.0.0": "integrity" "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==" "resolved" "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz" @@ -5988,6 +5995,11 @@ "resolved" "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz" "version" "5.2.0" +"file-uri-to-path@1.0.0": + "integrity" "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" + "resolved" "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" + "version" "1.0.0" + "filename-reserved-regex@^2.0.0": "integrity" "sha1-q/c9+rc10EVECr/qLZHzieu/oik=" "resolved" "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz" @@ -6243,6 +6255,19 @@ "resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" "version" "1.0.0" +"fsevents@^1.2.7": + "integrity" "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==" + "resolved" "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz" + "version" "1.2.13" + dependencies: + "bindings" "^1.5.0" + "nan" "^2.12.1" + +"fsevents@~2.3.2": + "integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" + "resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" + "version" "2.3.2" + "function-bind@^1.1.1": "integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" "resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" @@ -6600,6 +6625,17 @@ "xstate" "^4.9.1" "yoga-layout-prebuilt" "^1.9.6" +"gatsby-remark-autolink-headers@^5.7.0": + "integrity" "sha512-scUhTzfDNCK/WCke/5LeelzjZVZx5TpmWOvka43DJBn1UuazLesah7fzJRZJhFGp0IjEt1AOAvVXSOyBc92sGg==" + "resolved" "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-5.7.0.tgz" + "version" "5.7.0" + dependencies: + "@babel/runtime" "^7.15.4" + "github-slugger" "^1.3.0" + "lodash" "^4.17.21" + "mdast-util-to-string" "^2.0.0" + "unist-util-visit" "^2.0.3" + "gatsby-remark-images@^5.5.0": "integrity" "sha512-j6H7Tg2kWxuXIFPcdlkyoFBtE6SDRUnPP0cXID+qYHXz7mCptAf4BAD977nmDJ+8YFF+t3OwUQc4cksKikQOJQ==" "resolved" "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-5.6.0.tgz" @@ -6995,7 +7031,7 @@ "resolved" "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" "version" "0.0.0" -"github-slugger@^1.2.1": +"github-slugger@^1.2.1", "github-slugger@^1.3.0": "integrity" "sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==" "resolved" "https://registry.npmjs.org/github-slugger/-/github-slugger-1.3.0.tgz" "version" "1.3.0" @@ -9987,6 +10023,11 @@ "resolved" "https://registry.npmjs.org/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz" "version" "1.0.1" +"nan@^2.12.1": + "integrity" "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==" + "resolved" "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz" + "version" "2.14.2" + "nanoid@^3.1.20", "nanoid@^3.1.23": "integrity" "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==" "resolved" "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz"