Skip to content

Commit 0769236

Browse files
committed
Add link to documentation in README
1 parent 6f8d93c commit 0769236

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The purpose of this package is to provide a first party package to developers,
66
where Neo4j can guarantee long term commitment and maintenance as well as being
77
fast to ship new features and high performing patterns and methods.
88

9-
Docs are coming soon!
9+
Documentation: https://neo4j.com/docs/neo4j-genai-python/
1010

1111
# Usage
1212

@@ -159,17 +159,18 @@ When you're finished with your changes, create a pull request, also known as a P
159159
the UI, and any other changes can be made in your fork and committed to the PR branch.
160160
- As you update your PR and apply changes, mark each conversation as [resolved](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#resolving-conversations).
161161
- Update the `CHANGELOG.md` if you have made significant changes to the project, these include:
162-
- Major changes:
163-
- New features
164-
- Bug fixes with high impact
165-
- Breaking changes
166-
- Minor changes:
167-
- Documentation improvements
168-
- Code refactoring without functional impact
169-
- Minor bug fixes
170-
- Keep `CHANGELOG.md` changes brief and focus on the most important changes.
162+
- Major changes:
163+
- New features
164+
- Bug fixes with high impact
165+
- Breaking changes
166+
- Minor changes:
167+
- Documentation improvements
168+
- Code refactoring without functional impact
169+
- Minor bug fixes
170+
- Keep `CHANGELOG.md` changes brief and focus on the most important changes.
171171

172172
### Updating the `CHANGELOG.md`
173+
173174
1. When opening a PR, you can generate an edit suggestion by commenting on the GitHub PR [using CodiumAI](https://github.com/CodiumAI-Agent):
174175

175176
```

0 commit comments

Comments
 (0)