Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a docs/ folder and move existing documentation there #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.