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

docs: extend "Creating custom operators" guide #7186

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jakovljevic-mladen
Copy link
Member

Description:
This PR is divided into two commits:

  • the first one replaces []() anchor tags syntax with {@link some/link} syntax, fixing an issue that I wrote a long time ago here - it only fixes this issue in the operators.md guide though;
  • the second one creates a new "Creating custom operators" guide which extends existing section by adding more rules and examples.

Related issue (if exists):
None

@@ -30,7 +30,13 @@
},
{
"url": "guide/operators",
Copy link
Member Author

Choose a reason for hiding this comment

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

This is still clickable document, but it now has a child document:

image

- [`bindCallback`](/api/index/function/bindCallback)
- [`bindNodeCallback`](/api/index/function/bindNodeCallback)
- [`defer`](/api/index/function/defer)
- [`EMPTY`](/api/index/const/EMPTY)
Copy link
Member Author

Choose a reason for hiding this comment

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

EMPTY is not a creation operator, empty() was one - thus, I removed EMPTY entirely.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oops… 🫠

Copy link
Member Author

Choose a reason for hiding this comment

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

No worries, I didn't realize it as well until I had to rebase master.

Also break long lines of text to multiple lines
Move existing content from operators.md and extend it with many additions.
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.

None yet

2 participants