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

doc: add multi-language guide for authoring and packaging tools #561

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

njhale
Copy link
Member

@njhale njhale commented Nov 13, 2024

Add the Writing your First Tool guide with instructions for authoring and publishing Tools written in Python, Node.JS, and Go.

@njhale njhale force-pushed the doc/guide-first-tool branch 4 times, most recently from 5d9681b to 6595bc4 Compare November 13, 2024 11:31
Comment on lines 4 to 6
import PythonCryptoToolReadme from '../../snippets/python-crypto-tool-readme.md.mdx';
import NodeCryptoToolReadme from '../../snippets/node-crypto-tool-readme.md.mdx';
import GoCryptoToolReadme from '../../snippets/go-crypto-tool-readme.md.mdx';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files are generated by fetching the README.md from each tool's GitHub repo. This the docusaurus does this automatically at build time.

@njhale njhale force-pushed the doc/guide-first-tool branch from 6595bc4 to f4accf3 Compare November 13, 2024 13:40
@njhale njhale marked this pull request as ready for review November 13, 2024 13:40
@njhale njhale changed the title wip: add multi-language guide for authoring and packaging tools doc: add multi-language guide for authoring and packaging tools Nov 13, 2024
@njhale njhale merged commit d57017d into obot-platform:main Nov 13, 2024
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