main

mattermost/focalboard

Last updated at: 29/12/2023 09:40

config.yaml

TLDR

This file is a configuration file for Mattermost Focalboard. It includes information such as the title, copyright, description, and a list of open source components used in the project.

---

title: "Mattermost Focalboard"
copyright: "©2015-present Mattermost,Inc. All Rights Reserved. See LICENSE for license information."
description: "This document includes a list of open source components used in Mattermost Focalboard, including those that have been modified."
search:
  - "mattermost-plugin/go.mod"
  - "mattermost-plugin/build/go.mod"
  - "server/go.mod"
  - "linux/go.mod"
dependencies: []
devDependencies: []

...