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

Add documentation website landing page #983

Merged
merged 33 commits into from
Jan 27, 2022
Merged

Add documentation website landing page #983

merged 33 commits into from
Jan 27, 2022

Conversation

edew
Copy link
Contributor

@edew edew commented Jan 21, 2022

Type of PR: enhancement

PR checklist:

  • Addresses an existing issue: fixes #
  • Includes tests
  • Documentation update

Overview of change:

This PR adds a fresh landing page for the documentation website.

Is there anything you'd like reviewers to focus on?

  • I'm styling the svg icons in the page with CSS so they change correctly for light/dark mode, but the logo in the navbar can't be styled like this as Docusaurus loads it in an img tag so the navbar loads two different static svg files.
  • The chart data doesn't match the design perfectly. Do we think that's OK?

package.json Outdated Show resolved Hide resolved
website/docusaurus.config.js Show resolved Hide resolved
website/package.json Outdated Show resolved Hide resolved
website/package.json Outdated Show resolved Hide resolved
website/docusaurus.config.js Outdated Show resolved Hide resolved
website/src/pages/index.module.css Show resolved Hide resolved
website/src/pages/index.tsx Outdated Show resolved Hide resolved
website/src/pages/index.tsx Outdated Show resolved Hide resolved
website/src/pages/index.tsx Outdated Show resolved Hide resolved
website/src/pages/index.tsx Outdated Show resolved Hide resolved
website/src/css/custom.css Outdated Show resolved Hide resolved
@timocov timocov added this to the 3.8 milestone Jan 24, 2022
@edew edew requested review from timocov and subzey January 25, 2022 15:43
website/src/css/custom.css Outdated Show resolved Hide resolved
website/src/css/custom.css Outdated Show resolved Hide resolved
website/src/pages/index.module.css Show resolved Hide resolved
website/src/pages/index.module.css Show resolved Hide resolved
website/src/pages/index.module.css Outdated Show resolved Hide resolved
.eslintrc.js Show resolved Hide resolved
website/docusaurus.config.js Outdated Show resolved Hide resolved
website/docusaurus.config.js Show resolved Hide resolved
website/src/pages/index.tsx Outdated Show resolved Hide resolved
@timocov timocov added the documentation Improvements or additions to the documentation label Jan 25, 2022
@edew edew requested a review from timocov January 26, 2022 12:54
const resizeListener = () => {
const { width, height } = container.getBoundingClientRect();
c.resize(width, height);
c.timeScale().setVisibleLogicalRange({ from: 1, to: data.orangeData.length - 2 });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edew edew requested a review from timocov January 27, 2022 16:30
@timocov timocov merged commit 675991e into master Jan 27, 2022
@timocov timocov deleted the docs-landing-page branch January 27, 2022 17:12
@timocov timocov modified the milestone: 3.8 Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants