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

Some website improvements #3376

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ docs/tutorials/*
!docs/tutorials/index.mdx

# Docusaurus site
**/yarn.lock
website/build/
website/i18n/
**/node_modules/
Expand Down
1 change: 0 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports={
"projectName": "Ax",
"scripts": [
"https://cdn.plot.ly/plotly-latest.min.js",
"/Ax/js/plotUtils.js",
"https://buttons.github.io/buttons.js",
'https://cdn.bokeh.org/bokeh/release/bokeh-2.4.2.min.js',
'https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.2.min.js',
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const codeExample = `>>> from ax import optimize
const QuickStart = () => (
<div
className="get-started-section padding--xl"
style={{'background-color': 'var(--ifm-color-emphasis-200)'}}
style={{'backgroundColor': 'var(--ifm-color-emphasis-200)'}}
id="quickstart"
>
<h2 className="text--center padding--md">Get Started</h2>
Expand Down
58 changes: 0 additions & 58 deletions website/static/js/plotUtils.js

This file was deleted.

Loading