Chris Cowell
Chris Cowell
Fixed by https://github.com/JetBrains/idea-gitignore/pull/871
👍 to this issue
Hi @danielchalef , I assume you're referring to the `github` value that's listed as a possible value for `docs.NavbarLink` in `fern-docs.schema.json`? https://github.com/fern-api/fern/blob/8347bdd657fe478317983aa68e4862066b6fad1d/fern-docs.schema.json#L744-L758 ~If that's what you have in mind, I'm...
Nice. I thought it was not implemented because putting this in `docs.yml`: ```yml navbar-links: - type: github text: foo url: https://github.com/getzep/graphiti ``` produces this error when you run `fern check`:...