Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Files

Latest commit

6b8c4c8 · Jun 28, 2023

History

History
This branch is 3258 commits behind datahub-project/datahub:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 25, 2023
Dec 22, 2022
Jun 15, 2023
Jun 28, 2023
Feb 16, 2023
Jun 8, 2023
Jun 14, 2023
Nov 1, 2021
Jun 14, 2023
Apr 13, 2023
Mar 20, 2023
Oct 14, 2022
May 9, 2023
Jun 21, 2023
May 18, 2023
Jun 15, 2023
Jun 28, 2023
Jun 7, 2023
Jun 5, 2023
Jun 8, 2023
Oct 26, 2022
Apr 22, 2023
May 2, 2023
Oct 18, 2022
Mar 31, 2021
Apr 7, 2022
Feb 20, 2023
Jul 26, 2020
Sep 1, 2022
Nov 3, 2022
Oct 21, 2022
May 23, 2023
Nov 24, 2021
Jun 23, 2023
May 17, 2023
May 8, 2023
Jan 10, 2023
Jul 7, 2022
Jan 21, 2022
Jan 27, 2022
Dec 13, 2022
Jun 23, 2023
Jun 8, 2023
Dec 6, 2022
Jan 12, 2022
Apr 22, 2023
Sep 9, 2022
Mar 8, 2023
Oct 14, 2022
Apr 7, 2023
Jun 5, 2023
Aug 1, 2022
Jul 1, 2022

DataHub Docs Overview

DataHub's project documentation is hosted at datahubproject.io

Types of Documentation

Feature Guide

A Feature Guide should follow the Feature Guide Template, and should provide the following value:

  • At a high level, what is the concept/feature within DataHub?
  • Why is the feature useful?
  • What are the common use cases of the feature?
  • What are the simple steps one needs to take to use the feature?

When creating a Feature Guide, please remember to:

  • Provide plain-language descriptions for both technical and non-technical readers
  • Avoid using industry jargon, abbreviations, or acryonyms
  • Provide descriptive screenshots, links out to relevant YouTube videos, and any other relevant resources
  • Provide links out to Tutorials for advanced use cases

Not all Feature Guides will require a Tutorial.

Tutorial

A Tutorial is meant to provide very specific steps to accomplish complex workflows and advanced use cases that are out of scope of a Feature Guide.

Tutorials should be written to accomodate the targeted persona, i.e. Developer, Admin, End-User, etc.

Not all Tutorials require an associated Feature Guide.

Docs Best Practices

Embedding GIFs and or Screenshots

  • Store GIFs and screenshots in datahub-project/static-assets; this minimizes unnecessarily large image/file sizes in the main repo
  • Center-align screenshots and size down to 70% - this improves readability/skimability within the site

Example snippet:

<p align="center">
  <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/impact-analysis-export-full-list.png"/>
</p>