Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Readme updates #70

Merged
merged 2 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ This is a Django 4.0 (django rest framework) project written in python 3.11.0, w

This will create a dockerised running API accessible at localhost on port 8003.

There is a more complete documentation site on port 8004.
There is a more complete documentation site on port 8004 at localhost

Live documentation is [here](https://rcpch.github.io/rcpch-nhs-organisations/)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion documentation/docs/_assets/_stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@

/* enlarges the font used for titles and navbar */
.md-header__title {
font-size: 1.5rem;
font-size: 1rem;
width: 100%;
}

.md-tabs__list {
Expand Down
Loading