Home
last modified time | relevance | path

Searched refs:default_404_location (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/mdbook-0.4.13/src/renderer/html_handlebars/
H A Dhbs_renderer.rs145 let default_404_location = src_dir.join("404.md"); in render_404() localVariable
146 if default_404_location.exists() { in render_404()
147 std::fs::read_to_string(&default_404_location).with_context(|| { in render_404()
148 format!("unable to open 404 input file {:?}", default_404_location) in render_404()
/dports/textproc/mdbook/mdBook-0.4.13/src/renderer/html_handlebars/
H A Dhbs_renderer.rs145 let default_404_location = src_dir.join("404.md"); in render_404() localVariable
146 if default_404_location.exists() { in render_404()
147 std::fs::read_to_string(&default_404_location).with_context(|| { in render_404()
148 format!("unable to open 404 input file {:?}", default_404_location) in render_404()
/dports/lang/rust/rustc-1.58.1-src/vendor/mdbook/src/renderer/html_handlebars/
H A Dhbs_renderer.rs148 let default_404_location = src_dir.join("404.md"); in render_404() localVariable
149 if default_404_location.exists() { in render_404()
150 std::fs::read_to_string(&default_404_location).with_context(|| { in render_404()
151 format!("unable to open 404 input file {:?}", default_404_location) in render_404()