Skip to content

Commit

Permalink
Rename Git to Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Feb 11, 2025
1 parent 23284ad commit 900f5b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ disable_description = false
disable_license = false
disable_title = false
# Git
edit_url = "" # Example: "https://github.com/account/project/edit/master/content/%s"
history_url = "" # Example: "https://github.com/account/project/commits/master/content/%s"
# Navigation
disable_breadcrumbs = false
disable_menu = false
Expand All @@ -299,6 +295,10 @@ color_scheme = "auto" # Must be "auto", "dark", or "light"
keyword_style = "text" # Must be "text" or "pills"
menu_style = "links" # Must be "links", "pills", "tabs", or "underline"
# Repository
edit_url = "" # Example: "https://github.com/account/project/edit/master/content/%s"
history_url = "" # Example: "https://github.com/account/project/commits/master/content/%s"
# Schema
base_schema = {} # JSON-LD schema that all site schemas override
# Example:
Expand Down

0 comments on commit 900f5b8

Please sign in to comment.