add a tagging system to the website
This commit is contained in:
parent
701da6bc4b
commit
e1b6578b2a
97 changed files with 1025 additions and 979 deletions
|
@ -1,6 +1,5 @@
|
|||
pub mod ast;
|
||||
pub mod attributes;
|
||||
pub mod feed;
|
||||
pub mod mini_template;
|
||||
pub mod pull;
|
||||
|
||||
|
@ -12,7 +11,7 @@ use tracing::instrument;
|
|||
|
||||
use crate::{
|
||||
config::Config,
|
||||
state::{toml_error_to_diagnostic, FileId, Source, TomlError, Treehouse},
|
||||
state::{FileId, Source, TomlError, Treehouse, toml_error_to_diagnostic},
|
||||
tree::{
|
||||
ast::{Branch, Roots},
|
||||
attributes::{Attributes, Content},
|
||||
|
@ -171,10 +170,6 @@ impl SemaRoots {
|
|||
}
|
||||
}
|
||||
|
||||
if let Some(feed_name) = &attributes.feed {
|
||||
treehouse.feeds_by_name.insert(feed_name.clone(), file_id);
|
||||
}
|
||||
|
||||
attributes
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue