Skip to content

Commit

Permalink
GitBook: No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari authored and gitbook-bot committed Feb 19, 2024
1 parent 5656a70 commit f5e1518
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

### Installation

```
yarn
```

### Local Development

```
yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

```
9 changes: 9 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Table of contents

* [Tools](README.md)
* [Care](care.md)

## Care

* [Change Management](care-1/change-management/README.md)
* [Page 1](care-1/change-management/page-1.md)
6 changes: 6 additions & 0 deletions docs/care-1/change-management/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: This page describes the changes management process followed by care.
---

# Change Management

2 changes: 2 additions & 0 deletions docs/care-1/change-management/page-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Page 1

25 changes: 25 additions & 0 deletions docs/care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
description: >-
Care is an open source EMR tool designed to increase human efficiency in
health care systems
cover: >-
https://images.unsplash.com/photo-1558244661-d248897f7bc4?crop=entropy&cs=srgb&fm=jpg&ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxwYXR0ZXJufGVufDB8fHx8MTcwNzgzMDg4MHww&ixlib=rb-4.0.3&q=85
coverY: 0
layout:
cover:
visible: true
size: full
title:
visible: true
description:
visible: true
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: true
---

# Care

0 comments on commit f5e1518

Please sign in to comment.