Skip to content

Commit

Permalink
Merge branch 'hibbitts-design:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts authored Sep 17, 2024
2 parents 8f9fad0 + 189543c commit 73513dd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.2.19](https://github.com/hibbitts-design/docsify-open-course-starter-kit/releases/tag/v1.2.19)
### XX/XX/2024

**Improved:**
* Minor theme update

## [v1.2.18](https://github.com/hibbitts-design/docsify-open-course-starter-kit/releases/tag/v1.2.18)
### 09/03/2024

**Improved:**
* Updated ReadMe

## [v1.2.17](https://github.com/hibbitts-design/docsify-open-course-starter-kit/releases/tag/v1.2.17)
### 07/23/2024

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Do you use GitLab? You can also use Docsify with [GitLab Pages](https://docsify.
4. Find the line `var gitLinkRepoURL = '';` and enter the URL of your own GitHub Repository between the two quotes (replace `github.com` with `github.dev` to use the GitHub.dev web-based editor currently in Beta) and then scroll down to the bottom of the page and tap the **Commit changes** button to save your changes
![ Docsify Open Course Starter Kit - “Edit this Page” Link 5](https://raw.githubusercontent.com/paulhibbitts/github-repo-images/master/docsify-oc-gitlink-5.png)

To remove the “Edit this Page” link on your Docsify site, restore the value of `gitLinkRepoURL` to `''`.

💻 Locally Editing Your Docsify Site Pages
---

Expand Down Expand Up @@ -163,6 +165,11 @@ Please note a page must have a series of Headings (#, ##, ###) for the Table of
3. Locate the line `name: 'Docsify Open Course Starter Kit',` and change the text between the quotes to be displayed as the site name at the top of the Docsify Sidebar
4. Save the `index.html` file and reload site.

⚠️ Troubleshooting
---
_Site not displaying on GitHub Pages_
The most likely cause of not seeing your Docsify site on GitHub Pages is that the 'docs' folder is not selected as the source folder. Go to **Settings** of your repository, tap the **Pages** tab (on the left-hand side), choose **main branch**, then **docs folder** and finally tap the **Save** button.

🛠 Using an LMS to Host a Docsify Open Course Site
---

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
clear: both;
}

@media screen and (max-width:800px) {
@media screen and (max-width:768px) {
.markdown-section .column, .markdown-section .column-right {
width: 100%;
padding-right: 0rem;
Expand Down

0 comments on commit 73513dd

Please sign in to comment.