website/docs/gitea-clinic-new-doctor.md

971 B

Add new Gna! Doctor to Gitea Clinic section:

  1. Add the following template to clinic-doctors.toml and fill in the Doctor details:
## ------------- batman ---------
[[ doctors ]]
nick = "batman"
name ="Bruce Wayne"
website = "https://bat.example.com"

## ------------- start batman ---------
  1. Optionally, add Doctor's photo:

    i. Add photo to ../static/people

    ii. Add photo filename to Doctor's section created in step 1:

## ------------- batman ---------
[[ doctors ]]
nick = "batman"
name ="Bruce Wayne"
# <-----ADD BELOW LINE TO ADD PHOTO ---->
photo = "static/people/batman.jpg"
# <--------->
website = "https://bat.example.com"

## ------------- start batman ---------

Style Guide

Please start and end doctor details with the following delimiters:

## ------------- start doctor-nick-name ---------
## ------------- start doctor-nick-name ---------