Skip to content

Commit

Permalink
Further rename files and text
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Feb 19, 2021
1 parent ea8f1ff commit d1b6b53
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) Valo Solutions. All rights reserved.
Copyright (c) Elio Struyf. All rights reserved.

MIT License

Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions assets/doctor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 1 addition & 0 deletions assets/doctor_no-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/valo-doctor.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/valo-doctor_no-text.svg

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<h1 align="center">
<a href="hhttps://github.com/estruyf/doctor">
<img alt="Doctor" src="./assets/valo-doctor.svg" height="200">
<img alt="Doctor" src="./assets/doctor.svg" height="200">
</a>
</h1>

<h2 align="center">The static site generator for SharePoint</h2>
<h2 align="center">Maintain your documenation on SharePoint without pain</h2>

<p align="center">
<img src="https://github.com/estruyf/doctor/workflows/Does%20it%20build%20and%20publish%3F/badge.svg?branch=dev"
Expand All @@ -21,7 +21,7 @@
</a>
</p>

`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.

Expand All @@ -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`.
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d1b6b53

Please sign in to comment.