|
| 1 | +// Copyright 2024 Google LLC |
| 2 | +// |
| 3 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +// you may not use this file except in compliance with the License. |
| 5 | +// You may obtain a copy of the License at |
| 6 | +// |
| 7 | +// https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +// |
| 9 | +// Unless required by applicable law or agreed to in writing, software |
| 10 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +// See the License for the specific language governing permissions and |
| 13 | +// limitations under the License. |
| 14 | +// |
| 15 | +// ** This file is automatically generated by gapic-generator-typescript. ** |
| 16 | +// ** https://github.com/googleapis/gapic-generator-typescript ** |
| 17 | +// ** All changes to this file may be overwritten. ** |
| 18 | + |
| 19 | +'use strict'; |
| 20 | + |
| 21 | +module.exports = { |
| 22 | + opts: { |
| 23 | + readme: './README.md', |
| 24 | + package: './package.json', |
| 25 | + template: './node_modules/jsdoc-fresh', |
| 26 | + recurse: true, |
| 27 | + verbose: true, |
| 28 | + destination: './docs/', |
| 29 | + }, |
| 30 | + plugins: ['plugins/markdown', 'jsdoc-region-tag'], |
| 31 | + source: { |
| 32 | + excludePattern: '(^|\\/|\\\\)[._]', |
| 33 | + include: ['build/src', 'protos'], |
| 34 | + includePattern: '\\.js$', |
| 35 | + }, |
| 36 | + templates: { |
| 37 | + copyright: 'Copyright 2024 Google LLC', |
| 38 | + includeDate: false, |
| 39 | + sourceFiles: false, |
| 40 | + systemName: '@googlemaps/solar', |
| 41 | + theme: 'lumen', |
| 42 | + default: { |
| 43 | + outputSourceFiles: false, |
| 44 | + }, |
| 45 | + }, |
| 46 | + markdown: { |
| 47 | + idInHeadings: true, |
| 48 | + }, |
| 49 | +}; |
0 commit comments