Skip to content

Commit

Permalink
Merge pull request #465 from gdsfactory/add_logo
Browse files Browse the repository at this point in the history
add logo
  • Loading branch information
joamatab authored Aug 13, 2024
2 parents 73adac3 + fa007c7 commit 600ffe4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: gplugins
author: gdsfactory
title: GDSFactory Plugins
author: GDSFactory

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand Down Expand Up @@ -43,6 +43,10 @@ html:
use_repository_button: true
use_issues_button: true
baseurl: https://github.com/gdsfactory/gplugins
options:
logo:
light: "_static/logo_black.png"
dark: "_static/logo_white.png"

# Information about where the book exists on the web
repository:
Expand Down
Binary file added docs/_static/logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/logo_white.png
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 600ffe4

Please sign in to comment.