Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed some URL links
  • Loading branch information
wrathwolf authored Feb 28, 2024
1 parent 84a681b commit ff5fa78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# How it works
Landscape2 is a CLI tool that generates static websites from the information available in the data sources provided. These data sources are passed to the tool via arguments, usually in the form of urls or local paths, and are as follows:
+ **Landscape data:** The landscape data file is a YAML file that describes the items that will be displayed in the landscape website. For backwards compatibility reasons, this file must follow the format and conventions defined in the CNCF [landscape.yml file]([url](https://github.com/cncf/landscape/blob/master/landscape.yml)).
+ **Landscape settings:** The settings file is a YAML file that allows customizing some aspects of the generated landscape website, such as the logo, colors, how to group items or which ones should be featured. For more information about the settings file, please see the [reference documentation]([url](https://github.com/cncf/landscape2/blob/main/docs/config/settings.yml)).
+ **Landscape guide:** The guide file is a YAML file that defines the content of the guide that will be displayed on the landscape website. For more information, please see the [reference documentation]([url](https://github.com/cncf/landscape2/blob/main/docs/config/guide.yml)).
+ **Landscape data:** The landscape data file is a YAML file that describes the items that will be displayed in the landscape website. For backwards compatibility reasons, this file must follow the format and conventions defined in the CNCF [landscape.yml file](https://github.com/cncf/landscape/blob/master/landscape.yml).
+ **Landscape settings:** The settings file is a YAML file that allows customizing some aspects of the generated landscape website, such as the logo, colors, how to group items or which ones should be featured. For more information about the settings file, please see the [reference documentation](https://github.com/cncf/landscape2/blob/main/docs/config/settings.yml).
+ **Landscape guide:** The guide file is a YAML file that defines the content of the guide that will be displayed on the landscape website. For more information, please see the [reference documentation](https://github.com/cncf/landscape2/blob/main/docs/config/guide.yml).
+ **Logos location:** Each landscape item must provide a valid relative reference to a logo image in **SVG format** in the landscape data file (item's logo field). The logos data source defines the location of those logos (base url or local path), so that the tool can get them as needed when processing the landscape items.

# Coming Soon
Expand Down

0 comments on commit ff5fa78

Please sign in to comment.