Skip to content

Commit

Permalink
Add a docs/ folder and move existing documentation there
Browse files Browse the repository at this point in the history
  • Loading branch information
eqrion committed Aug 14, 2019
1 parent 1450e39 commit 3f16a69
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@



[Read the full user docs here!](docs.md)
[Read the full user docs here!](docs/user-guide.md)



Expand Down Expand Up @@ -52,9 +52,9 @@ cbindgen --config cbindgen.toml --crate my_rust_library --output my_header.h

See `cbindgen --help` for more options.

[Read the full user docs here!](docs.md)
[Read the full user docs here!](docs/user-guide.md)

[Get a template cbindgen.toml here.](template.toml)
[Get a template cbindgen.toml here.](docs/template.toml)



Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion template.toml → docs/template.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a template cbindgen.toml file with all of the default values.
# Some values are commented out because their absence is the real default.
#
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
# See https://github.com/eqrion/cbindgen/blob/master/docs/user-guide.md#cbindgentoml
# for detailed documentation of every option here.


Expand Down
File renamed without changes.

0 comments on commit 3f16a69

Please sign in to comment.