mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07: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_PATH: &str = "images";
|
||||||
pub(crate) const IMAGES_OUT_PATH: &str = "i";
|
pub(crate) const IMAGES_OUT_PATH: &str = "i";
|
||||||
|
|
||||||
|
/// Builds the site's image pages.
|
||||||
pub fn build_images(site_builder: &SiteBuilder) -> anyhow::Result<()> {
|
pub fn build_images(site_builder: &SiteBuilder) -> anyhow::Result<()> {
|
||||||
let config = ResourceBuilderConfig {
|
let config = ResourceBuilderConfig {
|
||||||
source_path: IMAGES_PATH.to_string(),
|
source_path: IMAGES_PATH.to_string(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue