Skip to content

Commit

Permalink
Merge pull request #16 from Mahad-10/fix-build-docs-path
Browse files Browse the repository at this point in the history
fix: build docs to ruby directory
  • Loading branch information
Mahad-10 authored May 30, 2024
2 parents 5afd8b5 + f783243 commit 2dca3d7
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 2dca3d7

Please sign in to comment.