From b137fe4f501d328c094fea93a06916433542ee96 Mon Sep 17 00:00:00 2001 From: Radhi Fadlillah Date: Thu, 26 Sep 2019 06:58:47 +0700 Subject: [PATCH] Tidy up docs files --- README.md | 4 ++-- docs/{ => postman}/shiori.postman_collection.json | 0 docs/{ => readme}/comparison.png | Bin docs/{ => readme}/cover.png | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ => postman}/shiori.postman_collection.json (100%) rename docs/{ => readme}/comparison.png (100%) rename docs/{ => readme}/cover.png (100%) diff --git a/README.md b/README.md index 886e464..e683bb9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of [Pocket](https://getpocket.com//). You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily. -![Screenshot](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/cover.png) +![Screenshot](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png) ## Features @@ -21,7 +21,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Where possible, by default `shiori` will parse the readable content and create an offline archive of the webpage. - [BETA] [web extension](https://github.com/go-shiori/shiori-web-ext) support for Firefox and Chrome. -![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/comparison.png) +![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/comparison.png) ## Documentation diff --git a/docs/shiori.postman_collection.json b/docs/postman/shiori.postman_collection.json similarity index 100% rename from docs/shiori.postman_collection.json rename to docs/postman/shiori.postman_collection.json diff --git a/docs/comparison.png b/docs/readme/comparison.png similarity index 100% rename from docs/comparison.png rename to docs/readme/comparison.png diff --git a/docs/cover.png b/docs/readme/cover.png similarity index 100% rename from docs/cover.png rename to docs/readme/cover.png