From d1b6b5343ce9d7f0c8b55640896597f5ccb01b6a Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 19 Feb 2021 11:16:34 +0100 Subject: [PATCH] Further rename files and text --- LICENSE | 2 +- assets/{valo-doctor.png => doctor.png} | Bin assets/doctor.svg | 1 + .../{valo-doctor_no-text.png => doctor_no-text.png} | Bin assets/doctor_no-text.svg | 1 + assets/valo-doctor.svg | 1 - assets/valo-doctor_no-text.svg | 1 - package.json | 2 +- readme.md | 10 ++++++---- 9 files changed, 10 insertions(+), 8 deletions(-) rename assets/{valo-doctor.png => doctor.png} (100%) create mode 100644 assets/doctor.svg rename assets/{valo-doctor_no-text.png => doctor_no-text.png} (100%) create mode 100644 assets/doctor_no-text.svg delete mode 100644 assets/valo-doctor.svg delete mode 100644 assets/valo-doctor_no-text.svg diff --git a/LICENSE b/LICENSE index 0275cde0..172be184 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) Valo Solutions. All rights reserved. +Copyright (c) Elio Struyf. All rights reserved. MIT License diff --git a/assets/valo-doctor.png b/assets/doctor.png similarity index 100% rename from assets/valo-doctor.png rename to assets/doctor.png diff --git a/assets/doctor.svg b/assets/doctor.svg new file mode 100644 index 00000000..24b4135f --- /dev/null +++ b/assets/doctor.svg @@ -0,0 +1 @@ +Doctor with text \ No newline at end of file diff --git a/assets/valo-doctor_no-text.png b/assets/doctor_no-text.png similarity index 100% rename from assets/valo-doctor_no-text.png rename to assets/doctor_no-text.png diff --git a/assets/doctor_no-text.svg b/assets/doctor_no-text.svg new file mode 100644 index 00000000..745d3fc0 --- /dev/null +++ b/assets/doctor_no-text.svg @@ -0,0 +1 @@ +Doctor \ No newline at end of file diff --git a/assets/valo-doctor.svg b/assets/valo-doctor.svg deleted file mode 100644 index c000c429..00000000 --- a/assets/valo-doctor.svg +++ /dev/null @@ -1 +0,0 @@ -Valo Doctor with text \ No newline at end of file diff --git a/assets/valo-doctor_no-text.svg b/assets/valo-doctor_no-text.svg deleted file mode 100644 index 7d5ec67d..00000000 --- a/assets/valo-doctor_no-text.svg +++ /dev/null @@ -1 +0,0 @@ -Valo Doctor \ No newline at end of file diff --git a/package.json b/package.json index 38c1e485..bb2529e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@estruyf/doctor", "version": "1.7.0", - "description": "The static site generator for SharePoint", + "description": "Maintain your documenation on SharePoint without pain.", "main": "dist/main.js", "homepage": "https://github.com/estruyf/doctor", "bin": { diff --git a/readme.md b/readme.md index af284fef..f1823d55 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,10 @@

- Doctor + Doctor

-

The static site generator for SharePoint

+

Maintain your documenation on SharePoint without pain

-`Doctor` is a tool created and provided by Valo. Initially, we started `doctor` as an internal tool to dogfood our products and keep documentation in one place. For our team, this is SharePoint. +`Doctor` was originally created for having a uniformal way of providing the documentation internally at Valo Solutions. The main driver for `doctor` was to dogfood the Valo products and make it easier for users to maintain documenation on SharePoint. As we understand that it is not the best experience for developers to write documentation on SharePoint, we created this tool to simplify the process. `Doctor` allows developers to use tools/applications they are used to, like VSCode and Markdown, and still provide the information on your SharePoint environment. @@ -31,6 +31,8 @@ As we understand that it is not the best experience for developers to write docu Under the hood, it makes use of the [CLI for Microsoft 365](https://pnp.github.io/cli-microsoft365/). +> Today `doctor` is maintained by `Elio Struyf`. + ## Installation Thank you for your interest in the `doctor`. The following information will help you install `doctor`. @@ -179,7 +181,7 @@ metadata: title: Home slug: home.aspx layout: Article -description: "The Valo Doctor documentation homepage" +description: "The Doctor documentation homepage" metadata: Category: "Choice 1"