Skip to content

Commit

Permalink
Update documentation to reflect the newest JPA test model path
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed May 7, 2024
1 parent 811907c commit ff9d94e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 54 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ env:
EMAIL: jack20220723@gmail.com

jobs:
mk-yml-style-check:
uses: QubitPi/hashicorp-aws/.github/workflows/yml-and-md-style-checks.yml@master
yml-md-style-and-link-checks:
uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master

tests:
name: Unit & Integration Tests
needs: mk-yml-style-check
needs: yml-md-style-and-link-checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .mdlrc

This file was deleted.

26 changes: 0 additions & 26 deletions .yamllint

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docs/elide/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Elide [bindings][what is binding]:
1. **[Elide][Elide instance class]**
2. **[ElideSettings][ElideSettings instance class]** with 2 extra sub-bindings:

- **EntityDictionary**
- **DataStore**
- **EntityDictionary**
- **DataStore**

The binding is referencing [Elide Standalone] in the following way:

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/elide/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Please visit [JWT GitHub] and either
1. clone the repo with `git clone https://github.com/QubitPi/jersey-webservice-template.git`, or
2. make it a template instantiation with our own webservice name by doing the following:

![Error loading instantiation-1.png](./img/instantiation-1.png)
![Error loading instantiation-2.png](./img/instantiation-2.png)
![Error loading instantiation-1.png](./img/instantiation-1.png)
![Error loading instantiation-2.png](./img/instantiation-2.png)

Creating Models
---------------
Expand Down
19 changes: 0 additions & 19 deletions markdownlint.rb

This file was deleted.

0 comments on commit ff9d94e

Please sign in to comment.