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

Documentation markdown fixes #10186

Merged
merged 4 commits into from
May 19, 2023
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
20 changes: 10 additions & 10 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
* [Update genes and gene aliases](Updating-gene-and-gene_alias-tables.md)
* [Migration Guide](Migration-Guide.md)
* [MSK Maintenance](MSK-Maintenance.md)
* [Development](documentation/docs/README.md)
* [Feature Development Guide](feature-development-guide.md)
* [cBioPortal Entity-relationship Diagram](cBioPortal-ER-Diagram.md)
* [cBioPortal Database Versioning](Database-Versioning.md)
* [Build cBioPortal with a different frontend version](Build-Different-Frontend.md)
* [Session Service](session-service-working.md)
* [Manual test cases](manual-test-cases.md)
* [Release Procedure](Release-Procedure.md)
* [Deployment Procedure](Deployment-Procedure.md)
* [This documentation site](Documentation-site.md)
* [Development](development/README.md)
* [Feature Development Guide](development/feature-development-guide.md)
* [cBioPortal Entity-relationship Diagram](development/cBioPortal-ER-Diagram.md)
* [cBioPortal Database Versioning](development/Database-Versioning.md)
* [Build cBioPortal with a different frontend version](development/Build-Different-Frontend.md)
* [Session Service](development/session-service-working.md)
* [Manual test cases](development/manual-test-cases.md)
* [Release Procedure](development/Release-Procedure.md)
* [Deployment Procedure](development/Deployment-Procedure.md)
* [This documentation site](development/Documentation-site.md)

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation site

This documentation site is created using [https://retype.com/](), a static site generator based on markdown.
This documentation site is created using [https://retype.com/](https://retype.com/), a static site generator based on markdown.

Visit their site for installation instructions and a guide
on how
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.