feat: Initial commit
This commit is contained in:
9
Sources/Docs/Section.swift
Normal file
9
Sources/Docs/Section.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
/// Represents different sections of the website.
|
||||
///
|
||||
/// This is used to render base layouts appropriately for the given section.
|
||||
enum Section: String {
|
||||
case home
|
||||
case about
|
||||
case articles
|
||||
case notFound
|
||||
}
|
||||
Reference in New Issue
Block a user