From 6b8d004d9f97a86e667f6586cd095258e0afff12 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Sun, 8 Dec 2019 18:26:59 +0000 Subject: [PATCH] Update index, docs, and screenshot pages --- docs/src/docs.md | 8 ++++---- docs/src/index.md | 2 ++ docs/src/screenshots.md | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/src/docs.md b/docs/src/docs.md index 6cda985..6d93020 100644 --- a/docs/src/docs.md +++ b/docs/src/docs.md @@ -1,8 +1,8 @@ # Docs -Timestrap's docs are built with `mkdocs`. If you have dev dependencies +Pinry's docs are built with `mkdocs`. If you have dev dependencies installed, `pipenv install --dev`, then you can use the following commands: -- `gulp docs:serve` for testing -- `gulp docs:build` to build the files -- `gulp docs:publish` to publish to github +- `make docs-serve` for testing +- `make docs-build` to build the files +- `make docs-publish` to publish to github diff --git a/docs/src/index.md b/docs/src/index.md index d18ad0e..97dc568 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,6 +4,8 @@ The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. +![Home](imgs/screenshot.png) + ## As Seen On

diff --git a/docs/src/screenshots.md b/docs/src/screenshots.md index fb13e67..240ab74 100644 --- a/docs/src/screenshots.md +++ b/docs/src/screenshots.md @@ -4,6 +4,6 @@ Due to the constant design iterations this is a very incomplete page. There will be more screenshots in the future. You could always try our demo that we mention on the first page of the docs. -## Timesheet +## Home -![Timesheet](imgs/screenshot.png) +![Home](imgs/screenshot.png)