Skip to content

Files

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

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 20, 2022
Sep 22, 2022
Sep 7, 2022
Sep 20, 2022
Jul 5, 2022
Oct 5, 2022
Oct 17, 2022
Nov 1, 2021
Jul 1, 2022
Nov 1, 2022
Dec 22, 2021
Oct 14, 2022
Oct 27, 2022
Nov 2, 2022
Oct 13, 2022
Nov 15, 2022
Oct 7, 2022
Sep 14, 2022
Aug 26, 2022
Oct 26, 2022
Oct 18, 2022
Nov 17, 2022
Mar 31, 2021
Apr 7, 2022
Sep 1, 2022
Jul 26, 2020
Sep 1, 2022
Nov 3, 2022
Oct 21, 2022
Nov 1, 2022
Nov 24, 2021
Jul 14, 2022
May 26, 2021
Sep 25, 2022
Oct 27, 2022
Nov 17, 2022
Jul 7, 2022
Oct 26, 2022
Jan 21, 2022
Jan 27, 2022
Oct 13, 2022
Nov 17, 2022
Mar 18, 2022
Jan 12, 2022
Nov 23, 2021
Sep 9, 2022
Jul 27, 2022
Oct 14, 2022
Oct 27, 2022
Nov 15, 2022
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>