not really known
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Paulo Rodrigues f3f84bc7d9
Update nvidiawayland.mdx (#10)
Fix error type.

Signed-off-by: Paulo Rodrigues <paulo@rodrigues.pw>

Signed-off-by: Paulo Rodrigues <paulo@rodrigues.pw>
2 years ago
.github add test workflow 2 years ago
amethyst Include information about aur_verification_prompt 2 years ago
crystal-linux Update nvidiawayland.mdx (#10) 2 years ago
malachite Add usage to Amethyst 2 years ago

.github/README.md

Contributing

Entries

Start every new entry with

---
title: An Important Entry ✅
---

Content

NOT

---
title: An Important Entry
---

# An Important Entry ❌

Content

Entry Config

---
title: string
weight: number
---

title

A pretty title that will be displayed to the user.

weight

Entries and directories are sorted by their weights. Higher number = Higher up.

File and directory names

Use Kebab case for filenames

an_important_entry.mdx, An Important Entry.mdx an-important-entry.mdx

Directories

Do not create directories any deeper than 1. Only top level directories for different projects.

.config.yaml

Create a .config.yaml for every directory. See Entry Config