From 119c2ba0021f0ea6cbfed3b6be4e5301a9b334ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 2 Jan 2024 11:27:18 +0200 Subject: [PATCH] Updated docs --- .github/FUNDING.yml | 4 ++ CONTRIBUTING.md | 75 +++++++++------------------ LICENSE | 2 +- README.md | 121 +++++++++++++++++++++++++------------------- package-lock.json | 4 +- 5 files changed, 101 insertions(+), 105 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..37f2614 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +github: ionicabizau +patreon: ionicabizau +open_collective: ionicabizau +custom: https://www.buymeacoffee.com/h96wwchmy \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5751bd..50a8d46 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,66 +1,41 @@ -# :eight_spoked_asterisk: :stars: :sparkles: :dizzy: :star2: :star2: :sparkles: :dizzy: :star2: :star2: Contributing :star: :star2: :dizzy: :sparkles: :star: :star2: :dizzy: :sparkles: :stars: :eight_spoked_asterisk: +# Contributing :star: :star2: :dizzy: -So, you want to contribute to this project! That's awesome. However, before -doing so, please read the following simple steps how to contribute. This will -make the life easier and will avoid wasting time on things which are not -requested. :sparkles: +So, you want to contribute to this project? That's awesome! However, before doing so, please read the following simple steps on how to contribute. This will make life easier and avoid wasting time on things that are not requested. ✨ -## Discuss the changes before doing them - - First of all, open an issue in the repository, using the [bug tracker][1], - describing the contribution you would like to make, the bug you found or any - other ideas you have. This will help us to get you started on the right - foot. +## Discuss the changes before making them +To begin, open an issue in the repository using the [bug tracker][1]. Describe the contribution you'd like to make, the bug you've found, or any other ideas you have. This step will help us get you started on the right track. - - If it makes sense, add the platform and software information (e.g. operating - system, Node.JS version etc.), screenshots (so we can see what you are - seeing). +If it is relevant, include platform and software information (e.g., operating system, Node.JS version, etc.) and screenshots to help us understand what you're experiencing. - - It is recommended to wait for feedback before continuing to next steps. - However, if the issue is clear (e.g. a typo) and the fix is simple, you can - continue and fix it. +We recommend waiting for feedback before proceeding to the next steps. However, if the issue is clear, such as a typo, and the fix is simple, you can go ahead and fix it. -## Fixing issues - - Fork the project in your account and create a branch with your fix: - `some-great-feature` or `some-issue-fix`. +## Fixing Issues +Begin by forking the project to your own account, and create a branch for your fix, naming it either `some-great-feature` or `some-issue-fix`. - - Commit your changes in that branch, writing the code following the - [code style][2]. If the project contains tests (generally, the `test` - directory), you are encouraged to add a test as well. :memo: +Commit your changes to that branch, adhering to the [code style][2]. If the project includes tests (usually located in the `test` directory), we encourage you to add a test as well. :memo: - - If the project contains a `package.json` or a `bower.json` file add yourself - in the `contributors` array (or `authors` in the case of `bower.json`; - if the array does not exist, create it): +If the project includes a `package.json` or a `bower.json` file, add yourself to the `contributors` array (or `authors` in the case of `bower.json`). If the array doesn't exist, create it as shown below: - ```json - { - "contributors": [ - "Your Name (http://your.website)" - ] - } - ``` +```json +{ + "contributors": [ + "Your Name (http://your.website)" + ] +} +``` -## Creating a pull request +## Creating a Pull Request +Start by opening a pull request and make sure to reference the initial issue in the pull request message (e.g., *fixes #*). Provide a clear and descriptive title to help everyone understand what is being fixed or improved. - - Open a pull request, and reference the initial issue in the pull request - message (e.g. *fixes #*). Write a good description and - title, so everybody will know what is fixed/improved. +If applicable, consider adding screenshots, gifs, or any other visual aids that can make it easier to understand the changes you've made. - - If it makes sense, add screenshots, gifs etc., so it is easier to see what - is going on. +## Wait for Feedback +Before accepting your contributions, we will review them. You may receive feedback regarding what needs to be addressed in your modified code. If so, simply continue making commits to your branch, and the pull request will be automatically updated. -## Wait for feedback -Before accepting your contributions, we will review them. You may get feedback -about what should be fixed in your modified code. If so, just keep committing -in your branch and the pull request will be updated automatically. - -## Everyone is happy! -Finally, your contributions will be merged, and everyone will be happy! :smile: -Contributions are more than welcome! +## Everyone Is Happy! +Ultimately, your contributions will be merged, and everyone will be delighted! 😄 Contributions are more than welcome! Thanks! :sweat_smile: - - -[1]: https://github.com/IonicaBizau/json2md/issues - +[1]: /issues [2]: https://github.com/IonicaBizau/code-style diff --git a/LICENSE b/LICENSE index f860972..b8c08cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-22 Ionică Bizău (https://ionicabizau.net) +Copyright (c) 2015-24 Ionică Bizău (https://ionicabizau.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3c8368e..708b71e 100644 --- a/README.md +++ b/README.md @@ -286,94 +286,111 @@ Thanks! :heart: ## :dizzy: Where is this library used? If you are using this library in one of your projects, add it in this list. :sparkles: - - `@sidneys/releasenotes` - - `@microfleet/schema2md` - - `@asyncapi/diff` + - `@lm_fe/scripts` + - `@eventcatalog/utils` + - `@servable/manifest` - `@best/github-integration` + - `@microfleet/schema2md` - `@cypress/schema-tools` - - `@eventcatalog/utils` + - `@asyncapi/diff` + - `@sidneys/releasenotes` + - `merak-compile` - `@best/store` - `jumia-travel-changelog` - `npm-ex-xpi` + - `doc-vue3` + - `@feizheng/react-markdown-props` - `heat-sfdx-tooling` - `@cobalt-engine/change-logger` - `lambda-docs-2md` - - `@lm_fe/scripts` - - `@myadbox/nebula-template-utils` - - `@aligov/module-doc` - - `@bonitasoft/dependency-list-to-markdown` - - `@dschau/gatsby-source-google-docs` + - `servable-manifest` - `@gracexwho/model-card-generator` + - `rap2doc` + - `@dschau/gatsby-source-google-docs` + - `rush-archive-project-plugin` + - `sfhdown` + - `tcdown` - `bookmark2md` - - `@yiird-learn/vue3-ts-api-extractor` + - `cwq` + - `@bonitasoft/dependency-list-to-markdown` - `github-repo-tools` - `gridsome-source-google-docs` - `notion2mdblog` - - `rap2doc` + - `kindle-highlights` - `make-postgres-markdown` - - `cwq` - - `tcdown` - - `sfhdown` - - `@bwagener/gridsome-source-google-docs` - - `@dididc/dc-extension` - - `@flive/react-kit` + - `@dlsl/hardhat-markup` + - `@aligov/module-doc` + - `@opas/plugin-doc` - `@xygengcn/koa-api-docs` - - `@shelex/schema-tools` - - `@apica-io/asm-auto-deploy` - - `gatsby-source-gdocs2md` - - `@medyll/css-fabric-helper` + - `@dididc/dc-extension` + - `parse-google-docs-json` - `cli-demo3` + - `gatsby-source-gdocs2md` - `kbase-components` - - `lggn` - - `@e2y/bdd-dictionary-generator` - - `parse-google-docs-json` + - `lbdoc-p` + - `chdown-workers` + - `@bwagener/gridsome-source-google-docs` - `doc-cli` + - `galaxy-vuepress-docs` + - `dargstack_rgen` - `react-docgen-markdown` - - `lbdoc-p` - - `doc-vue3` + - `@e2y/bdd-dictionary-generator` + - `@medyll/css-fabric-helper` - `@oasis-engine/oasis-run` - - `dargstack_rgen` - - `chdown-workers` - - `@feizheng/react-markdown-props` - - `@klarna/postgres-to-docs` - - `gatsby-source-google-docs-sheets` - - `gatsby-source-google-docs` + - `@flive/react-kit` + - `@shelex/schema-tools` + - `@apica-io/asm-auto-deploy` + - `@haimmag/schema-tools` - `rober19-config` - - `mokker` - - `msdown` + - `@klarna/postgres-to-docs` + - `@wii/swagger-plugin-transform-doc` + - `cloudcastsdown` - `eddown` + - `msdown` - `laradown` - - `@s-ui/changelog` - - `@eventcatalogtest/plugin-doc-generator-asyncapi` + - `my_ccdown` + - `mokker` + - `gatsby-source-google-docs` + - `gatsby-source-google-docs-sheets` + - `platzi-virtual-machine` + - `chdown` + - `@yesand/asterism` + - `ccdown` + - `doc-vue` - `@hitorisensei/monorepo-readme-generator` + - `uxcore-tools` + - `@gigsboat/cli` - `joi-md-doc` - - `lab-changelog` - - `collman` - - `doc-vue` + - `@everything-registry/sub-chunk-1986` - `describe-dependencies` + - `lab-changelog` - `node-red-contrib-json2md` - `p2doc` - - `uxcore-tools` - - `@gigsboat/cli` - - `chdown` - - `ccdown` - - `@hitorisensei/markdown-readme-generator` + - `@eventcatalogtest/plugin-doc-generator-asyncapi` + - `@solarity/hardhat-markup` + - `@s-ui/changelog` + - `component-docs-2md` - `codexer` + - `@balmacefa/function_tool_kit` - `dokuinjs` - - `component-docs-2md` - - `gatsby-source-google-docs-team` + - `@mjefi/instags` + - `machine-ip` + - `flawed-code-scanner` - `pantheon_site_management` - `postgres-markdown` - `reposier` - - `solidity-benchmark` - - `type-graphql-to-md` - - `machine-ip` + - `gatsby-source-google-docs-team` + - `work-webpack` + - `vue-md-gen` + - `@hitorisensei/markdown-readme-generator` + - `@jswork/react-markdown-props` - `terraform2md` + - `solidity-benchmark` - `utterance-to-markdown` - `@eventcatalog/plugin-doc-generator-asyncapi` - - `vue-md-gen` - - `@mjefi/instags` - - `@jswork/react-markdown-props`I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah). + - `type-graphql-to-md` + - `@cloudcatalog/cli` + - `@cloudcatalog/cli-test`I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah). diff --git a/package-lock.json b/package-lock.json index 484e762..92d7db6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "json2md", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "json2md", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "indento": "^1.1.13"