Skip to content

Commit

Permalink
fix: build docs to ruby directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-10 committed May 30, 2024
1 parent 5afd8b5 commit f783243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build-docs:
mkdir -p site/xconn/
mkdocs build -d site/xconn/dart
mkdocs build -d site/xconn/ruby

run-docs:
mkdocs serve
Expand Down
1 change: 0 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gem install xconn
```

Gemfile

```ruby
gem 'xconn', '~> 0.0.1'
```

0 comments on commit f783243

Please sign in to comment.