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

Config: cleanup and rename default branch to main #282

Merged
merged 2 commits into from
May 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ params:
distributed system

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo: 'https://github.com/etcd-io/website'
github_branch: master
github_repo: https://github.com/etcd-io/website
github_branch: main

# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo: 'https://github.com/etcd-io/etcd'
github_project_repo: https://github.com/etcd-io/etcd

# Enable Algolia DocSearch
algolia_docsearch: false
Expand Down Expand Up @@ -138,21 +138,21 @@ params:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
user:
- name: Google Group
url: 'https://groups.google.com/forum/?hl=en#!forum/etcd-dev'
url: https://groups.google.com/forum/?hl=en#!forum/etcd-dev
icon: fab fa-google
- name: Twitter
url: 'https://twitter.com/etcdio'
url: https://twitter.com/etcdio
icon: fab fa-twitter
- name: Stack Overflow
url: 'https://stackoverflow.com/questions/tagged/etcd'
url: https://stackoverflow.com/questions/tagged/etcd
icon: fab fa-stack-overflow
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
developer:
- name: Etcd on GitHub
url: 'https://github.com/etcd-io/etcd'
url: https://github.com/etcd-io/etcd
icon: fab fa-github-square
- name: Etcd.io on GitHub
url: 'https://github.com/etcd-io/website'
url: https://github.com/etcd-io/website
icon: fab fa-github
# [params.logos]
hero: >-
Expand Down