# Configuration

On this page

Configuration

The configuration is minimal and easy to use. The configuration file is located at config/app.php. The configuration file contains the following options:

  • name - The name of the application.
  • description - The description on the home page.

Versions

The application supports multiple versions of the documentation. Versions are calculated based on the directories in the resources/docs directory.

Once calculated a version dropdown is displayed to switch between versions.

The navigation is generated based on contents of resources/docs/v1/_nav.md The navigation is displayed on the left side of the documentation pages.

Use ## to create a new section. Use - to create a new link.

## Getting Started
- [Introduction](/docs/v1/introduction)
- [Installation](/docs/v1/installation)

## Basic Usage
- [Configuration](/docs/v1/configuration)
- [Routes](/docs/v1/routes)
- [Sponsors](/docs/v1/sponsors)

Sample docs

resources/docs/v1/_nav.md
resources/docs/v1/configuration.md
resources/docs/v1/installation.md
resources/docs/v1/introduction.md
resources/docs/v1/routes.md
resources/docs/v1/sponsors.md