From ef8f36b519d3dd3be2edecde327509de17946a2e Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Wed, 17 Jun 2020 16:23:35 -0400 Subject: [PATCH] Move sample distribution to docs folder to avoid confusion. --- docs/distro.md | 2 ++ app/assets/distribution.json => docs/sample_distribution.json | 0 2 files changed, 2 insertions(+) rename app/assets/distribution.json => docs/sample_distribution.json (100%) diff --git a/docs/distro.md b/docs/distro.md index 8d785ea..6637a1e 100644 --- a/docs/distro.md +++ b/docs/distro.md @@ -1,5 +1,7 @@ # Distribution Index +You can use [Nebula](https://github.com/dscalzi/Nebula) to automate the generation of a distribution index. + The distribution index is written in JSON. The general format of the index is as posted below. ```json diff --git a/app/assets/distribution.json b/docs/sample_distribution.json similarity index 100% rename from app/assets/distribution.json rename to docs/sample_distribution.json