Skip to content

Commit

Permalink
feat(elixir): adding elixir project (#22)
Browse files Browse the repository at this point in the history
* feat: starting elixir docs

* feat: add new modules

* fix: markdown value for elixir

* fix: markdown parser problems

* feat: build-with-elixir finished

* feat: add elixir sample project

* feat: add Elixir doc to README

* fix: add Ruby project to README

* feat: add Elixir project to README

* feat: add docs information

* feat:  improvements by @girorme

* update: docs/source/build-with-elixir.md

Add new dependencies

Co-authored-by: Daniel Reis <[email protected]>

* fix: simplify delete function

* feat: connect to infinite URLs separated by commas

* add: dotenv in mix.exs for build-with-elixir.md

* feat: add dependencies description to build-with-elixir.md

* fix: remove dotenv for build-with-elixir.md

---------

Co-authored-by: Daniel Reis <[email protected]>
  • Loading branch information
lanjoni and DanielHe4rt authored Sep 18, 2023
1 parent dc3d774 commit 3622514
Show file tree
Hide file tree
Showing 15 changed files with 854 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ You can find language-specific implementations in their corresponding folder:
- [Python](/docs/source/build-with-python.md)
- [Rust](/docs/source/build-with-rust.md)
- [Ruby](/docs/source/build-with-ruby.md)
- [Elixir](/docs/source/build-with-elixir.md)


## Sample Projects
Expand All @@ -38,6 +39,8 @@ We also built the full project with some extra features for you use as study gui

- [Rust Project](/rust)
- [Python Project](/python)
- [Ruby Project](/ruby)
- [Elixir Project](/elixir)


## Contributing
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3622514

Please sign in to comment.