Skip to content

How meta.json Works and Its Structure #1332

Answered by muhammad-fiaz
codezeros asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @codezeros

this is sample contents/docs/meta.json

{
  /**
   * The title of the documentation or project.
   * This is displayed prominently at the top of the documentation page.
   */
  "title": "Getting Started",

  /**
   * A brief description of the documentation or project.
   * This provides an overview or summary and is often displayed below the title.
   */
  "description": "A Brief Introduction on how to get started!",

  /**
   * An icon representing the documentation or project.
   * This can be a string referencing an icon name for a custom icon component of your application
   */
  "icon": "Building2",

  /**
   * Indicates whether this is the root metadata file for the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@codezeros
Comment options

Answer selected by codezeros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants