-
Notifications
You must be signed in to change notification settings - Fork 911
Closed
apache/netbeans-website
#611Labels
docDocumentation related PRsDocumentation related PRskind:bugBug report or fixBug report or fixneeds:triageRequires attention from one of the committersRequires attention from one of the committers
Description
Apache NetBeans version
Apache NetBeans 14
What happened
Website page NetBeans Editor Component Palette Module Tutorial
Source code block in figure has multiple erroneous lines with excess information leading to compilation errors. This looks like unintended insertion of markdown characters in source excerpts.
For example,
import link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistration.html[org.netbeans.api.editor.mimelookup.MimeRegistration];
should instead be
import org.netbeans.api.editor.mimelookup.MimeRegistration;
Similarly, constructs such as
- '//Folder:'
should instead be
- '//Folder:'
How to reproduce
Go to NetBeans website
Did this work correctly in an earlier version?
No / Don't know - likely it did
Operating System
Windows 10
JDK
OpenJDK 18.0.2
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
Suggest adding an issue category for NetBeans Website. Am finding lots of problems across many tutorials, they are not being maintained effectively.
Are you willing to submit a pull request?
No
Code of Conduct
Yes
Metadata
Metadata
Assignees
Labels
docDocumentation related PRsDocumentation related PRskind:bugBug report or fixBug report or fixneeds:triageRequires attention from one of the committersRequires attention from one of the committers