forked from se-edu/se-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move footer and navbar to layout (se-edu#64)
- Loading branch information
Showing
617 changed files
with
126 additions
and
1,833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<footer> | ||
<div class="text-center"> | ||
<small>This site was built with {{MarkBind}} at {{timestamp}}.</small> | ||
</div> | ||
</footer> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<navbar placement="top" type="inverse"> | ||
<a slot="brand" href="/" title="Home" class="navbar-brand">Software Engineering for Self-Directed Learners</a> | ||
<li slot="right"> | ||
<searchbar :data="searchData" placeholder="Search" :on-hit="searchCallback" menu-align-right></searchbar> | ||
</li> | ||
</navbar> |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Client-Server Architectural Style" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Client-Server Architectural Style: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Event-Driven Architectural Style" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Event-Driven Architectural Style: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture: Architectural Styles" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Introduction" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Introduction: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: More" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: More: More Architectural Styles" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: More: Using Architectural Styles" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: n-tier Architectural Style" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: n-tier Architectural Style: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Service-Oriented Architectural Style" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
architecture/architecturalStyles/serviceOriented/what/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Service-Oriented Architectural Style: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
architecture/architecturalStyles/transactionProcessing/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Transaction Processing Architectural Style" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
architecture/architecturalStyles/transactionProcessing/what/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Architectural Styles: Transaction Processing Architectural Style: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture: Architecture Diagrams: Drawing" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture: Architecture Diagrams" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture: Architecture Diagrams: Reading" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture: Introduction" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Software Architecture: Introduction: What" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
codeQuality/avoidShortcuts/basic/avoidEmptyCatchBlocks/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Avoid Empty Catch Blocks" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Delete Dead Code" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
codeQuality/avoidShortcuts/basic/dontRecycleVarsOrParams/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Do Not Recycle Variables or Parameters" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Code Quality: [Guideline] Avoid Unsafe Shortcuts: Basic" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Use Default Branch" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Code Quality: [Guideline] Avoid Unsafe Shortcuts" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Code Quality: [Guideline] Avoid Unsafe Shortcuts: Intermediate" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
codeQuality/avoidShortcuts/intermediate/minimiseCodeDuplication/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Minimise Code Duplication" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
codeQuality/avoidShortcuts/intermediate/minimiseVariableScope/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Minimise Scope of Variables" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Code Quality: [Guideline] Avoid Unsafe Shortcuts: Introduction" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
3 changes: 0 additions & 3 deletions
3
codeQuality/commentMinimally/basic/dontRepeatObvious/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Do Not Repeat the Obvious" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Code Quality: [Guideline] Comment Minimally, but Sufficiently: Basic" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="container-inPage-asFlat.md" boilerplate /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<frontmatter> | ||
title: "Coding Best Practices: [Practice] Write to the Reader" | ||
footer: footer.md | ||
</frontmatter> | ||
|
||
<include src="navbar.md" boilerplate /> | ||
|
||
<include src="unit-inPage-asFlat.md" boilerplate /> |
Oops, something went wrong.