You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,172 +26,21 @@ the marklogic-junit5 subproject will also hit the MarkLogic App-Services app ser
26
26
After running `./gradlew test`, you can also point your browser at http://localhost:8008/test to access the
27
27
marklogic-unit-test UI for running tests.
28
28
29
-
## <aname="issue"></a> Found an Issue?
30
-
If you find a bug in the source code or a mistake in the documentation, you can
31
-
help us by submitting an issue to our [GitHub Issue Tracker][issue tracker].
32
-
Even better you can submit a Pull Request with a fix for the issue you filed.
29
+
## Testing the documentation locally
33
30
34
-
## <aname="feature"></a> Want a Feature?
35
-
You can request a new feature by submitting an issue to our
36
-
[GitHub Issue Tracker][issue tracker]. If youwould like to implement a new
37
-
feature then first create a new issue and discuss it with one of our project
38
-
maintainers.
31
+
The docs for this project are stored in the `./docs` directory as a set of Markdown files. These are published via
32
+
[GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages) using the
33
+
configuration found under "Settings / Pages" in this repository.
39
34
40
-
## <aname="submit"></a> Submission Guidelines
35
+
You can build and test the docs locally by
36
+
[following these GitHub instructions](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll),
37
+
though you don't need to perform all of those steps since some files generated by doing so are already in the
38
+
`./docs` directory. You just need to do the following:
41
39
42
-
### Submitting an Issue
43
-
Before you submit your issue search the archive.
40
+
1. Install the latest Ruby (rbenv works well for this).
41
+
2. Install Jekyll.
42
+
3. Go to the docs directory - `cd ./docs` .
43
+
4. Run `bundle install` (this may not be necessary due to Gemfile.lock being in version control).
44
+
5. Run `bundle exec jekyll serve`.
44
45
45
-
If your issue appears to be a bug, and hasn't been reported, open a new issue.
46
-
Help us to maximize the effort we can spend fixing issues and adding new
47
-
features by not reporting duplicate issues. Providing the following
48
-
information will increase the chances of your issue being dealt with quickly:
49
-
50
-
***Overview of the Issue** - if an error is being thrown a stack trace helps
51
-
***Motivation for or Use Case** - explain why this is a bug for you
52
-
***marklogic-unit-test Version** - is it a named version or from our dev branch
53
-
***Operating System** - Mac, windows? details help
54
-
***Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
55
-
causing the problem (line of code or commit)
56
-
57
-
### Submitting a Pull Request
58
-
59
-
#### Fork marklogic-unit-test
60
-
61
-
Fork the project [on GitHub](https://github.com/marklogic-community/marklogic-unit-test/fork) and clone
0 commit comments