diff options
author | EuAndreh <eu@euandre.org> | 2020-10-14 06:34:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-14 06:34:05 -0300 |
commit | 522aa2b6e0f9eee67aa96ff8fd66388e38af6c40 (patch) | |
tree | e4ed3ab1305f2bbc29b7b0b4b7d99b21eda13dee | |
parent | Make docs-site-for-project assume an i18n docs (diff) | |
download | server-522aa2b6e0f9eee67aa96ff8fd66388e38af6c40.tar.gz server-522aa2b6e0f9eee67aa96ff8fd66388e38af6c40.tar.xz |
Move description into metadata.json
-rw-r--r-- | description | 1 | ||||
-rw-r--r-- | metadata.json | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/description b/description deleted file mode 100644 index fa6cb58..0000000 --- a/description +++ /dev/null @@ -1 +0,0 @@ -Setup and configuration for VPS. diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..6d64e99 --- /dev/null +++ b/metadata.json @@ -0,0 +1 @@ +{"description":"Setup and configuration for VPS."} |