catalog
catalog copied to clipboard
Create living style guides using Markdown or React
So I'm trying to publish our `CHANGELOG.md` file as a page on our site. I'm using [lerna-changelog](https://github.com/lerna/lerna-changelog) to almost-automatically generate our changelogs on each release. The trouble is that it...
It's not an issue, I just was wondering if there's a way to use catalog's page with a live preview like in the catalog's try page (https://www.catalog.style/try) . I tried...
It's currently possible to add your own specimens but I'm not super-happy with the current implementation and therefore the API that is exposed. I'm opening this issue as for tracking...
Adding support for Mermaid (https://mermaidjs.github.io) charting language
I recently discovered Shopify's Polaris documentation and really like how they have different sections for different types of users in a nav bar across the top: [https://polaris.shopify.com/](https://polaris.shopify.com/) This is a...
Hi, i just added a top-level global style import like said in [doc](https://docs.catalog.style/configuration/imports#styles-example) ```js styles: ['/assets/css/global.css'] ``` I tried both with `/assets/css/global.css` putting the file inside `static/assets/css` and with `/global.css`...
The custom styles are injected in `PageRenderer`, but `markdownPage` uses `Page` directly so the styles are never injected. Furthermore it works when you use `pageLoader`. The following two page definitions...
- In a local test setup I have the following: `[A link to a page section](#content-section)` - Then further down the page I have a section header: `# Content Section`...
The current specimen only allows image to span a number of columns or be placed at 100% using `scale: false`. One downside of this is that when needing to add...
I'm using the Page component to make a page with a custom layout for the landing page of my Catalog site. I want to hide the Page Header so that...