mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Generating the website is done by Jekyll with a theme called `just-the-docs`. Deployment of the website is done via GitHub Pages. See: - https://github.com/jekyll/jekyll - https://github.com/just-the-docs/just-the-docs
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
# General configuration.
|
|
title: Error Prone Support
|
|
logo: assets/images/favicon.svg
|
|
url: https://error-prone.picnic.tech
|
|
description: >-
|
|
Error Prone extensions: extra bug checkers and a large battery of Refaster
|
|
templates.
|
|
|
|
# XXX: Investigate dropping the remote theme by instead managing just-the-docs
|
|
# using Bundler. This requires changes to the build setup. The upshot is that
|
|
# local and CI build environments would then be in sync.
|
|
# https://github.com/PicnicSupermarket/error-prone-support/pull/253#discussion_r982709523
|
|
remote_theme: just-the-docs/just-the-docs@v0.4.0.rc2
|
|
plugins:
|
|
- jekyll-remote-theme
|
|
- jekyll-sitemap
|
|
|
|
# Files and directories not to be deployed through GitHub pages.
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- README.md
|
|
- vendor
|
|
|
|
# See https://jekyllrb.com/docs/permalinks/#built-in-formats.
|
|
permalink: pretty
|
|
|
|
# Theme (just-the-docs) configuration.
|
|
# See
|
|
# https://just-the-docs.github.io/just-the-docs/docs/navigation-structure/#external-navigation-links.
|
|
nav_external_links:
|
|
- title: Error Prone Support on GitHub
|
|
url: https://github.com/PicnicSupermarket/error-prone-support
|
|
hide_icon: false
|
|
|
|
# SEO configuration.
|
|
# See https://jekyll.github.io/jekyll-seo-tag/usage.
|
|
social:
|
|
name: Picnic
|
|
links:
|
|
- https://github.com/PicnicSupermarket
|
|
- https://twitter.com/picnic
|
|
- https://www.linkedin.com/company/picnictechnologies
|
|
twitter:
|
|
username: picnic
|
|
card: summary
|