Skip to content

Commit

Permalink
Add support section
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse authored and David-OConnor committed Dec 11, 2019
1 parent 7b25826 commit 45a44c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions crate/guides/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Community Support

Do you have any questions, feedback or ideas?
Feel free to open an
[issue on github](https://github.com/seed-rs/seed/issues).
The Seed community will answer usually within a few days.

## Commercial Support

Do you need individual help with complex Seed apps?
Or are you looking for people who can implement
fast, clean, robust and customized software written in Rust?

Then you could ask [Martin Kavík](https://kavik.cz/) (Prague)
who is one of the maintainers and top contributor of Seed.

Or you may contact [slowtec GmbH](https://slowtec.de/) (Germany)
who offer consulting and full-stack software development with Rust.
1 change: 1 addition & 0 deletions crate/src/guide.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub fn guides() -> Vec<Guide> {
guide!(slug: "release-and-debugging", menu_title: "Release and debugging", file_name: "release_and_debugging", prepend_menu_divider: false),
guide!(slug: "complex-apps", menu_title: "Complex apps", file_name: "complex_apps", prepend_menu_divider: false),
guide!(slug: "server-integration", menu_title: "Server integration", file_name: "server_integration", prepend_menu_divider: false),
guide!(slug: "support", menu_title: "Support", file_name: "support", prepend_menu_divider: true),
guide!(slug: "changelog", menu_title: "Changelog", file_name: "changelog", prepend_menu_divider: true),
]
}

0 comments on commit 45a44c7

Please sign in to comment.