Skip to content

Commit

Permalink
Permalink,, #108, #61, #109 Fixes - Changes (#111)
Browse files Browse the repository at this point in the history
Changes
---

1. Fixes the permalink that includes .html at the end of the current
page within the hyperlink.
The following is explained in detail here
#98

2. Removes extra routing that references itself for pages for example
Portfolio would reference a Folder and the named file that hosts the
folder, which has now been changed to index.html

This changes /folder/foldername.md to /folder/ , which uses subdomains
under /folder/subdomains

- Note that Now each folder instead of referencing itself shouuld
reference index.html as its primary file, whereas the rest will be part
of the subdirectory.
- See notes on the following
#108

4. Fixes
#109 , not
showing certain articles within the list of the website.


issues
---

1. #110
2. #61
Reference to 110.
  • Loading branch information
JDSherbert authored Jul 20, 2024
2 parents 6900fb9 + 11766b0 commit 446fd86
Show file tree
Hide file tree
Showing 58 changed files with 48 additions and 24 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions docs/VersionControl/Git/Git.md

This file was deleted.

3 changes: 2 additions & 1 deletion docs/VersionControl/Git/GitBash.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: default
title: GitBash
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
nav_order: 1
parent: Version Control
parent: Git
grand_parent: Version Control
has_children: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/VersionControl/Git/Github/EnterpriseToPersonal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Transfer Enterprise to Personal Github
description: An article dicussing about the steps to transfer an enterprise account's repositories to personal repositories on github.
nav_order: 1
parent: Github
parent: Git
grand_parent: Version Control
has_children: false
---
Expand Down
18 changes: 18 additions & 0 deletions docs/VersionControl/Git/Github/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
title: Github
description: An article dicussing about the steps to transfer an enterprise account's repositories to personal repositories on github.
nav_order: 1
parent: Git
grand_parent: Version Control
has_children: true
---

{{ page.title }}
======================

{% include under_construction.html %}

<br>

<br>
3 changes: 2 additions & 1 deletion docs/VersionControl/Git/Gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: default
title: Gitlab
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
nav_order: 1
parent: Version Control
parent: Git
grand_parent: Version Control
has_children: false
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Github
title: Git
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
nav_order: 1
parent: Version Control
Expand Down
3 changes: 2 additions & 1 deletion docs/VersionControl/P4V/Helix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: default
title: Helix
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
nav_order: 1
parent: Version Control
grand_parent: Version Control
parent: P4V
has_children: false
---

Expand Down
3 changes: 2 additions & 1 deletion docs/VersionControl/P4V/HelixSwarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: default
title: HelixSwarm
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
nav_order: 1
parent: Version Control
grand_parent: Version Control
parent: P4V
has_children: false
---

Expand Down
3 changes: 2 additions & 1 deletion docs/VersionControl/P4V/Perforce.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: default
title: Perforce
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
nav_order: 1
parent: Version Control
grand_parent: Version Control
parent: P4V
has_children: false
---

Expand Down
18 changes: 18 additions & 0 deletions docs/VersionControl/P4V/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
title: P4V
description: An article dicussing about the steps to transfer an enterprise account's repositories to personal repositories on github.
nav_order: 1
parent: Version Control
has_children: true

---

{{ page.title }}
======================

{% include under_construction.html %}

<br>

<br>
File renamed without changes.
File renamed without changes.

0 comments on commit 446fd86

Please sign in to comment.