Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jan 11, 2023
1 parent e8643e0 commit 06b979c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reveal.yaml

[![dependency status](https://deps.rs/repo/github/KmolYuan/reveal-yaml-rs/status.svg)](https://deps.rs/crate/reveal-yaml/)
[![Documentation](https://docs.rs/reveal-yaml/badge.svg)](https://docs.rs/reveal-yaml)
[![Documentation](https://docs.rs/reveal-yaml/badge.svg)](https://docs.rs/reveal-yaml/latest/reveal_yaml/project/index.html)

Rust implementation of [Reveal.js](https://github.com/hakimel/reveal.js) YAML server, a command line interface (CLI) tool.

Expand Down
2 changes: 1 addition & 1 deletion src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
//! Please be aware that anchors cannot be referenced between different
//! documents.
//!
//! ### Layout
//! ### Layout System
//!
//! There are two layout types, called "horizontal stack" ([`Content::h_stack`])
//! and "vertical stack" ([`Content::v_stack`]). The vertical layout is default,
Expand Down

0 comments on commit 06b979c

Please sign in to comment.