forked from dbt-labs/docs.getdbt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made additions to readme that would explain what language is used for docs, how to name files, how to use images, folder structure, callouts, etc. there are some open questions for discussion that need to be 🔨 gaveled: - do we have a naming convention for files? will they diff depending on the type of file (concept, reference, procedural)? Example content below from replicated: `The file name should always start with the feature type (such as dbt-cloud, ide, or job-scheduler). Depending on the content type, it typically also includes a secondary descriptor and a verb. Verbs are used when you are creating a task topic. Because we author content using Markdown, you must add the `.md` the file extension to the file name. If you are adding a new page to an existing feature category, follow the existing naming convention for that category. **Example: Concept file** `snapshots-backup-hooks.md` **Example: Reference file** `snapshots-backup-hooks.md` **Example: Task file** `releases-creating-customer.md` **Example: Tutorial file** `tutorial-ha-cluster-deploying.md` ` - what is the difference between alt text and lightbox src for images? Replicated use `![alt text](images/<image-name>.png)` and mention Alt text is used with image syntax, is parsed by screen readers to support accessibility. With *alt text*, the user will hear the alt text spoken out loud by the screen reader/
- Loading branch information
1 parent
f7fbd5b
commit 106fd22
Showing
1 changed file
with
131 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters