diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1a947d5..966e781 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,9 +2,9 @@ name: documentation on: pull_request: - branches: [slaclab] + branches: [xopt-org] push: - branches: [slaclab] + branches: [xopt-org] jobs: checks: diff --git a/README.md b/README.md index 463a9c4..c9a6b6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Badger Homepage -Any PR that merged into master branch of this repo will trigger an auto-deployment to the [Badger homepage](https://slaclab.github.io/Badger/). +Any PR that merged into master branch of this repo will trigger an auto-deployment to the [Badger homepage](https://xopt-org.github.io/Badger/). -This repo could be merged into [Badger core repo](https://github.com/slaclab/Badger) soon. +This repo could be merged into [Badger core repo](https://github.com/xopt-org/Badger) soon. diff --git a/docs/guides/gui-usage.md b/docs/guides/gui-usage.md index 3ff9f6e..8b36ed1 100644 --- a/docs/guides/gui-usage.md +++ b/docs/guides/gui-usage.md @@ -4,7 +4,7 @@ sidebar_position: 3 # GUI Usage -Once you launch Badger in GUI mode, you'll have various Badger features to explore. You can search through this page to get to the guide on any specify GUI feature, or if you believe a guide is missing for the topic you are interested in, please consider [raising an issue here](https://github.com/slaclab/Badger/issues/new) or [shooting us an email](mailto:zhezhang@slac.stanford.edu), many thanks :) +Once you launch Badger in GUI mode, you'll have various Badger features to explore. You can search through this page to get to the guide on any specify GUI feature, or if you believe a guide is missing for the topic you are interested in, please consider [raising an issue here](https://github.com/xopt-org/Badger/issues/new) or [shooting us an email](mailto:zhezhang@slac.stanford.edu), many thanks :) ## Home page diff --git a/docusaurus.config.js b/docusaurus.config.js index 79aa29f..a41fd9c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,12 +11,12 @@ const darkCodeTheme = require('prism-react-renderer').themes.dracula const config = { title: 'Badger', tagline: 'The Go-To Optimizer in ACR', - url: 'https://slaclab.github.io', + url: 'https://xopt-org.github.io', baseUrl: '/Badger/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', - organizationName: 'slaclab', // Usually your GitHub org/user name. + organizationName: 'xopt-org', // Usually your GitHub org/user name. projectName: 'Badger', // Usually your repo name. trailingSlash: false, @@ -79,7 +79,7 @@ const config = { // dropdownActiveClassDisabled: true, }, { - href: 'https://github.com/slaclab/Badger', + href: 'https://github.com/xopt-org/Badger', label: 'GitHub', position: 'right', }, @@ -127,7 +127,7 @@ const config = { }, { label: 'GitHub', - href: 'https://github.com/slaclab/Badger', + href: 'https://github.com/xopt-org/Badger', }, ], }, diff --git a/versioned_docs/version-1.0/guides/gui-usage.md b/versioned_docs/version-1.0/guides/gui-usage.md index 3ff9f6e..8b36ed1 100644 --- a/versioned_docs/version-1.0/guides/gui-usage.md +++ b/versioned_docs/version-1.0/guides/gui-usage.md @@ -4,7 +4,7 @@ sidebar_position: 3 # GUI Usage -Once you launch Badger in GUI mode, you'll have various Badger features to explore. You can search through this page to get to the guide on any specify GUI feature, or if you believe a guide is missing for the topic you are interested in, please consider [raising an issue here](https://github.com/slaclab/Badger/issues/new) or [shooting us an email](mailto:zhezhang@slac.stanford.edu), many thanks :) +Once you launch Badger in GUI mode, you'll have various Badger features to explore. You can search through this page to get to the guide on any specify GUI feature, or if you believe a guide is missing for the topic you are interested in, please consider [raising an issue here](https://github.com/xopt-org/Badger/issues/new) or [shooting us an email](mailto:zhezhang@slac.stanford.edu), many thanks :) ## Home page