Skip to content

Commit

Permalink
Removes public directory and adds logo!
Browse files Browse the repository at this point in the history
  • Loading branch information
coco98 committed Jun 8, 2024
1 parent 41b6090 commit a0beb33
Show file tree
Hide file tree
Showing 158 changed files with 5 additions and 6,861 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public/
8 changes: 4 additions & 4 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ title = 'The Supergraph Manifesto'

# (Optional, default favicon.png) Set the path to a favicon file.
# If the favicon is /static/favicon.png then the path would be favicon.png
# BookFavicon = 'favicon.png'
BookFavicon = 'favicon.png'

# (Optional, default none) Set the path to a logo for the book.
# If the logo is /static/logo.png then the path would be logo.png
# BookLogo = 'logo.png'
BookLogo = 'supergraph-logo.png'

# (Optional, default none) Set leaf bundle to render as side menu
# When not specified file structure and weights will be used
Expand All @@ -41,7 +41,7 @@ title = 'The Supergraph Manifesto'

# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/alex-shpak/hugo-book'
BookRepo = 'https://github.com/hasura/supergraph-io'

# (Optional, default 'commit') Specifies commit portion of the link to the page's last modified
# commit hash for 'doc' page type.
Expand All @@ -53,7 +53,7 @@ title = 'The Supergraph Manifesto'
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Edit path must point to root directory of repo.
BookEditPath = 'edit/main/exampleSite'
BookEditPath = ''

# Configure the date format used on the pages
# - In git information
Expand Down
2 changes: 0 additions & 2 deletions public/404.html

This file was deleted.

26 changes: 0 additions & 26 deletions public/api-composition/index.html

This file was deleted.

Loading

0 comments on commit a0beb33

Please sign in to comment.