mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
Add some missing documentation
This commit is contained in:
parent
b5d44862a2
commit
894ca8e860
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use crate::{
|
|||
pub(crate) const IMAGES_PATH: &str = "images";
|
||||
pub(crate) const IMAGES_OUT_PATH: &str = "i";
|
||||
|
||||
/// Builds the site's image pages.
|
||||
pub fn build_images(site_builder: &SiteBuilder) -> anyhow::Result<()> {
|
||||
let config = ResourceBuilderConfig {
|
||||
source_path: IMAGES_PATH.to_string(),
|
||||
|
|
Loading…
Add table
Reference in a new issue