• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Provide the home page for *your* project:
2homepage: "https://my-api.example.com"
3
4# Language the project is written in:
5language: c++
6
7# Provide the e-mail for the primary contact and others:
8# Un-comment the below lines to make auto-cc work.
9# primary_contact: "primary-my-api-maintainer@example.com"
10# auto_ccs:
11#   - "secondary-my-api-maintainer@example.com"
12#   - "tertiary-my-api-maintainer@example.com"
13
14# We don't run this example project for real. (Don't use this flag for your project)
15disabled: true
16