#
Basic project config
The following is a basic retype.yml project configuration file.
retype.yml
input: .
output: .retype
url: docs.example.com # Use your website address here
start:
# Try the Retype Pro features
pro: true
branding:
title: Project Name
label: Docs
links:
- text: Getting Started
link: https://retype.com/guides/getting-started/
footer:
copyright: "© Copyright {{ year }}. All rights reserved."
All Project settings are optional. If a setting is not configured, Retype will use default values.