From 920a48f0c59cb18e4d65c34131a04257f46d6e9a Mon Sep 17 00:00:00 2001 From: krircc Date: Sun, 7 Jan 2018 12:57:15 +0800 Subject: [PATCH] add index.md --- docs/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..e4bb065 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,13 @@ +extends: docs.liquid +title: "Docs" +route: "" +--- + +## Documentation + +Welcome to the Actix-web docs! + +If you feel like contributing further, you can fork that repo, +branch from `source`, and submit a pull request. + +Contributions are always welcome!