Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,6 @@ app.smartreply.js
eslint-report.json
spelling.json

# Gatsby / Website
website/.cache
website/public

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

Expand Down
6 changes: 1 addition & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@
"icon": "//firebase.google.com/static/images/products/icons/run_analytics.svg",
"pages": [
{ "title": "Usage", "href": "/analytics/usage" },
{ "title": "Screen Tracking", "href": "/analytics/screen-tracking" },
{
"title": "Building an Analytics Funnel",
"href": "https://blog.theodo.com/2018/01/building-google-analytics-funnel-firebase-react-native"
}
{ "title": "Screen Tracking", "href": "/analytics/screen-tracking" }
]
},
{
Expand Down
59 changes: 0 additions & 59 deletions docs/screencasts.json

This file was deleted.

145 changes: 0 additions & 145 deletions docs/sidebar.yaml

This file was deleted.

11 changes: 3 additions & 8 deletions scripts/create-firebase-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,9 @@ input(
console.log('1) ADD IT TO `KNOWN_NAMESPACES` in packages/app/lib/internal/constants.js');
console.log('');
console.log('2) ADD IT TO THE docs:');
console.log(' - in docs/<modulename>/index.md and usage/index.md');
console.log(
' - in docs/<modules>/... find the prev next links where you slice in and fix them',
);
console.log(' - in docs/app/usage.md list of apps that are multi-app, if it is multi-app');
console.log(' - in docs/sidebar.yaml');
console.log(' - in website/scripts/source-reference.js');
console.log(' - in website/src/templates/utils.ts');
console.log(' - in docs/<modulename>/index.mdx and usage/index.mdx');
console.log(' - in docs/app/usage.mdx list of apps that are multi-app, if it is multi-app');
console.log(' - in docs.json sidebar section');
console.log('');
console.log('3) If the name has hyphens, carefully check:');
console.log(' - package namespaces in java and package.json and index.d.ts');
Expand Down
Loading