Full generation, file type cleanup
This commit is contained in:
@ -1,18 +1,11 @@
|
||||
import Foundation
|
||||
|
||||
struct NavigationItemReference: Codable {
|
||||
|
||||
let type: ItemType
|
||||
|
||||
let id: String
|
||||
}
|
||||
|
||||
struct SettingsFile {
|
||||
|
||||
let paths: PathSettingsFile
|
||||
|
||||
/// The tags to show in the navigation bar
|
||||
let navigationItems: [NavigationItemReference]
|
||||
let navigationItems: [String]
|
||||
|
||||
let posts: PostSettingsFile
|
||||
|
||||
|
Reference in New Issue
Block a user