Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyayush committed May 18, 2024
1 parent 0f9acba commit 9d1d8a6
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
File renamed without changes.
16 changes: 16 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,20 @@ create-missing = false
edition = "2021"

[output.html]
smart-punctuation = true
mathjax-support = true
git-repository-url = "https://github.com/geekyayush/bend-lang"
edit-url-template = "https://github.com/geekyayush/bend-lang/edit/main/{path}"

[output.html.playground]
editable = true
line-numbers = true

[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
15 changes: 14 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,17 @@ In the next chapter, we'll walk through setting up your development environment

---

*Note: This guide assumes that you have a basic understanding of programming concepts. If you're completely new to programming, it might be helpful to familiarize yourself with fundamental concepts in a language like Python or Rust before diving into Bend.*
*Note: This guide assumes that you have a basic understanding of programming concepts. If you're completely new to programming, it might be helpful to familiarize yourself with fundamental concepts in a language like Python or Rust before diving into Bend.*


## Contributing

This is a free and open source guide to Bend programming language. You can find the source code on
[GitHub](https://github.com/geekyayush/bend-lang) and issues can be posted on
the [GitHub issue tracker](https://github.com/geekyayush/bend-lang/issues). It relies on the community to fix existing guides and add new guides: if you'd like to contribute, please consider opening
a [pull request](https://github.com/geekyayush/bend-lang/pulls).

## License

This guide and any documentation are released under
the [Apache-2.0 license](https://github.com/geekyayush/bend-lang?tab=Apache-2.0-1-ov-file#readme).
8 changes: 8 additions & 0 deletions src/misc/contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Contributors

Here is a list of the contributors who have helped improving mdBook. Big
shout-out to them!

- Ayush ([geekyayush](https://github.com/geekyayush))

If you feel you're missing from this list, feel free to add yourself in a PR.

0 comments on commit 9d1d8a6

Please sign in to comment.