Training exercise
- Create products from existing APIs was pretty fast process! Docs are clear and has enought information about how to do it.
- We tried to setup catalog for the 'API HUB' product. We crated the next catalog config in redocly.yaml file:The problems we faced:
catalog: api-hub-catalog: title: Api Hub Catalog description: 'API Catalog' slug: /products/api-hub/ items: - directory: ./products/api-hub- The catalog slug
/products/api-hub/is the same as a product slug, however the product picker redirects us to the first api from the products folder - We commented the catalog config, and added
index.mdintoapi-hubfolder. We was expecting that the product picker redirects us to that index.md, but we see the first api from the products folder. This fisrt api has its own sidebars.yanl file. Deletion of that file allows the product picker to link us to theindex.md, which is expected.
- The catalog slug
srcSetdoesn't work in products(nested)redocly.yamlfiles.
- Page selector on review has no max height, so scroll breaks layout.
