Skip to content

Commit

Permalink
Fix property doc generation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii authored Dec 20, 2023
1 parent 8614226 commit fd6669e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ The source for these tags is at [\_plugins/links.rb](_plugins/links.rb).

### Updating Property Documentation for Releases

Building Accumulo generates `server-properties.md` and `client-properties.md`.
Building Accumulo generates `server-properties*.md` and `client-properties*.md`.
To regenerate these, do the following.

```bash
ACCUMULO_SITE_CLONE=<accumulo website clone location, with main branch checked out>
ACCUMULO_CLONE=<accumulo clone location>
cd "$ACCUMULO_CLONE"
mvn package -DskipTests
cp ./core/target/generated-docs/server-properties.md "$ACCUMULO_SITE_CLONE"/_docs-2/configuration
cp ./core/target/generated-docs/client-properties.md "$ACCUMULO_SITE_CLONE"/_docs-2/configuration
cp ./core/target/generated-docs/*.md "$ACCUMULO_SITE_CLONE"/_docs-2/configuration/
```

## Local Builds for Testing
Expand Down

0 comments on commit fd6669e

Please sign in to comment.