Skip to content

Commit

Permalink
link to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Feb 11, 2022
1 parent f6c5e12 commit 76efa3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/docs/embedding.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Embedding Maxwell
***
Maxwell typically runs as a command-line program. However, for advanced use it
is possible to run maxwell from any JVM-based language. Currently the source of
truth is the source code (there is no published API documentation). Pull requests
to better document embedded Maxwell uses are welcome.
Maxwell typically runs as a command-line program. However, for advanced uses it
is possible to run maxwell from any JVM-based language.

Some fairly incomplete API documentation is available here:<br/>
[https://maxwells-daemon.io/apidocs](https://maxwells-daemon.io/apidocs)

# Compatibility caveat
***
Expand Down
3 changes: 3 additions & 0 deletions docs/push
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash

set -eux
make docs

This comment has been minimized.

Copy link
@lukestephenson-zendesk

lukestephenson-zendesk Mar 7, 2022

Contributor

I just tried following the release instructions, and I'm now getting a failure here.

➜  build git:(master) ✗ bundle exec ./release 1.37.1 docs
Releasing version: 1.37.1
+ make docs
make: *** No rule to make target `docs'.  Stop.
command /Users/lstephenson/Code/zendesk/maxwell/build/../docs/push  failed

cd $(dirname $0)
./build
cp -a ../target/site/apidocs site/
(cd site && git add . && git commit -m 'update docs' && git push origin HEAD:gh-pages)
./clean
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<additionalOptions>--no-module-directories</additionalOptions>
<source>11</source>
</configuration>
<executions>
Expand Down

0 comments on commit 76efa3c

Please sign in to comment.