Files
kener/docs/site.md
Raj Nandan Sharma d978c82263 Updates documentation and Dockerfile configuration
Updates documentation to reflect the new directory structure.
The documentation now correctly references images in the `/documentation` directory.
Removes the `src/static/documentation` directory in the Dockerfile.
2025-02-16 18:31:18 +05:30

1.3 KiB

title, description
title description
Site Info Setup | Kener Learn how to set up and work with site info in kener.

Site

Site info is used to define the site information that will be shown on the status page.

Site Title

REQUIRED

The site title is used to define the title of the site. It is required and has to be a string. It what will be shown on the browser tab. This will become

Example: Kener - Open-Source and Modern looking Node.js Status Page for Effortless Incident Management

<title>
    Kener - Open-Source and Modern looking Node.js Status Page for Effortless Incident Management
</title>

Site Title

Site Name

REQUIRED

This will be shown as a brand name on the status page on the nav bar top left.

Site Name

Home Location

REQUIRED

Link to redirect to when Site Name or logo is clicked. Can be your main website. or it can be / to be current page. If you are using a base path it should be /base-path to keep the the user on the same page.

Same as Site Name, it is placed left of Site Name as shown in image above

Favicon

Favicon to be shown in browser tab.