highlight / highlight.io

Documentation and landing page site for highlight.io

Home Page:https://highlight.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs Thumbnail

Highlight's landing page & docs: highlight.io

Welcome to the repo we use to maintain our main landing page (https://highlight.io) and docs (https://highlight.io/docs). If you're looking to make contributions to Highlight's main repository, head over to https://github.com/highlight/highlight.

Table of contents:

Contributing to our Docs

Ordering Doc Items

If you want to explicitly order items in the left panel (e.g. to make the overview section at the top of a subdirectory), rather than naming a file or directory in the format {{content}} you can use the syntax {{number}}_{{content}}.

How are slugs defined?

  • For files in general-docs, the base path is docs/ and for files in sdk-docs, the base path is docs/sdk.
  • The rest of the slug is defined based on the file name / directory structure of the file. For files/folders in the form {{number}}_{{content}}*, only the content is included in the slug.

Running the site locally

How can I run them locally?

Run yarn dev (and optionally yarn styles if you’re making styling changes).

Deployment

When a doc change is merged, you should be able to view the doc that you added/changed after a deploy is successful in Vercel at https://highlight.io.

About

Documentation and landing page site for highlight.io

https://highlight.io

License:Apache License 2.0


Languages

Language:TypeScript 98.1%Language:SCSS 1.8%Language:JavaScript 0.1%Language:CSS 0.0%Language:Shell 0.0%