Skip to content

Commit 84cc273

Browse files
authored
Fixing the book path meta tag on generated docs (#558)
* Fixing the book path meta tag on generated docs * Fixed typo
1 parent 978b3a0 commit 84cc273

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docgen/content-sources/node/HOME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ You can install it via our [npm package](https://www.npmjs.com/package/firebase-
66
To get started using the Firebase Admin Node.js SDK, see
77
[Add the Firebase Admin SDK to your server](https://firebase.google.com/docs/admin/setup).
88

9-
For source code, see the [Firebase Admin Node.js SDK Github repo](https://github.com/firebase/firebase-admin-node).
9+
For source code, see the [Firebase Admin Node.js SDK GitHub repo](https://github.com/firebase/firebase-admin-node).

docgen/theme/layouts/default.hbs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="hide_page_heading" value="true" />
77
<meta name="project_path" value="/_project.yaml" />
8-
<meta name="book_path" value="/_book.yaml" />
8+
<meta name="book_path" value="/docs/reference/_book.yaml" />
9+
<meta name="gtm_var" data-key="docType" data-value="reference">
910
<title>{{#ifCond model.name '==' project.name}}{{project.name}}{{else}}{{model.name}} | {{project.name}}{{/ifCond}}</title>
1011
<meta name="description" content="Reference for {{model.name}}">
1112
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -29,4 +30,4 @@
2930
{{> analytics}}
3031

3132
</body>
32-
</html>
33+
</html>

0 commit comments

Comments
 (0)