Skip to content

Commit

Permalink
Add HBMenu screenshot to Metadata docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 27, 2024
1 parent ab6a081 commit 955b4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/runtime/metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ title: Metadata
description: Customizing the title, version, author & icon of your nx.js application
---

import HbmenuScreenshot from '@/screenshots/hbmenu.jpg';
import { File, Folder, Files } from 'fumadocs-ui/components/files';

For distribution, you will likely want to customize the metadata for your application, as well as use a custom icon:
* Metadata information can be specified by adding specific fields to the `package.json` file
* The icon can be specified by adding an `icon.jpg` file to the root of your project

<Screenshot src={HbmenuScreenshot} />

## Title ID

The title ID of your application is used to uniquely identify your application. This is
Expand Down
Binary file added docs/screenshots/hbmenu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 955b4a4

Please sign in to comment.