Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add gradle extension that generates merged Manifest from json to markdown file #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

majadlymhmd
Copy link

What this PR changes/adds

Add Gradle extension that generates a markdown file from json file .

Why it does that

To make the documentation more readable and user-friendly

Further notes

Linked Issue(s)

ref. #eclipse-edc/Connector#2710

Checklist

  • added appropriate tests?
  • performed checkstyle check locally?
  • added/updated copyright headers?
  • documented public classes/methods?
  • added/updated relevant documentation?
  • assigned appropriate label? (exclude from changelog with label no-changelog)
  • formatted title correctly? (take a look at the CONTRIBUTING and Etiquette for pull requests for details)

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Test Results

39 tests  ±0   39 ✔️ ±0   25s ⏱️ -1s
10 suites ±0     0 💤 ±0 
10 files   ±0     0 ±0 

Results for commit 62b4028. ± Comparison against base commit 416805a.

♻️ This comment has been updated with latest results.

* @param overview A string containing more information about the extension. Can be null, empty or even multiline.
* @param type The type of extension module, it can either be an SPI module or an implementation module
*/
void renderExtensionHeader(@NotNull String className, @Nullable String name, @Nullable String overview, ModuleType type);

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'type' is never used.
@majadlymhmd majadlymhmd marked this pull request as ready for review August 2, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant