Skip to content

Commit

Permalink
Adapt for the move to xopt-org
Browse files Browse the repository at this point in the history
  • Loading branch information
zhe-slac committed Sep 17, 2024
1 parent 8522cae commit 235aa01
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: documentation

on:
pull_request:
branches: [slaclab]
branches: [xopt-org]
push:
branches: [slaclab]
branches: [xopt-org]

jobs:
checks:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docs/guides/gui-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]), 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:[email protected]), many thanks :)

## Home page

Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down Expand Up @@ -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',
},
Expand Down Expand Up @@ -127,7 +127,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/slaclab/Badger',
href: 'https://github.com/xopt-org/Badger',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0/guides/gui-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]), 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:[email protected]), many thanks :)

## Home page

Expand Down

0 comments on commit 235aa01

Please sign in to comment.