Skip to content

Commit

Permalink
Remove disclaimer and tweak logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Jan 25, 2024
1 parent f4a1fef commit 56a4184
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 10 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ const config = {
{
type: "custom-logo",
position: "left",
logo: "/img/AYON_blackG_dot.svg",
logoInverted: "/img/AYON_whiteG_dot.svg",
logo: "/img/AYON_docs_black.svg",
logoInverted: "/img/AYON_docs_white.svg",
to: "/",
logoStyle: {
height: "1.5rem",
height: "2.5rem",
top: -2,
},
},
Expand Down
7 changes: 0 additions & 7 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ export default function Home() {
<div className="searchBarBox home">
<SearchBar avoidKeyboardShortcuts />
</div>
<div className={styles.warning}>
While we're transitioning from OpenPype documentation,
there are some details that might be factually incorrect
and images that show the old OpenPype interface. We're
working on resolving all of them. We'll appreciate if
you notify us of any such discrepancies.
</div>
</div>
<div className={styles.linksWrapper}>
<h2 className={clsx("hero__subtitle", styles.getStarted)}>
Expand Down
20 changes: 20 additions & 0 deletions website/static/img/AYON_docs_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions website/static/img/AYON_docs_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56a4184

Please sign in to comment.