michaelfester / docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glide Docs

Content

All docs content is under docs. For a full tutorial on GitHub and VSCode for newbies, check this out: https://www.notion.so/glideapps/GitHub-Workflow-8ce09f0b53a440789ddbd3ed91ba0126

Slugs

Include a slug in frontmatter to create a stable link to it, no matter the file name or location.

For example, in pages/reference/actions/math-column.md:

---
title: Math Column
slug: math
---

...

This page can be linked to as /docs/math from anywhere. Even if the markdown file is renamed or moved, /docs/math will redirect to it.

For Developers

View .dev

About


Languages

Language:TypeScript 85.6%Language:JavaScript 13.1%Language:CSS 1.2%Language:Shell 0.1%