netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Website tutorial on modules missing images

Open brutzman opened this issue 3 years ago • 2 comments

Apache NetBeans version

Apache NetBeans 14

What happened

Tutorial page is missing images. Inspecting src links didn't reveal an easy fix.

  • NetBeans Platform Plugin Quick Start
  • https://netbeans.apache.org/tutorials/nbm-google.html

How to reproduce

Visiting tutorial page reveals broken image links.

The image links worked previously (long ago) but relevant subdirectory might not have transitioned to apache, not sure...

Did this work correctly in an earlier version?

Apache NetBeans 12.3 or earlier

Operating System

Windows 10

JDK

OpenJDK 18.0.2

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

Module tutorials seem essential to health of NetBeans platform but not well supported.

Are you willing to submit a pull request?

No

Code of Conduct

Yes

brutzman avatar Aug 09 '22 21:08 brutzman

This is likely an issue associated with the https://github.com/apache/netbeans-website content.

I'm assuming it may relate to this one https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/tutorials/nbm-google.asciidoc

Assume the images may be available in an older version here https://github.com/apache/netbeans-website/tree/asf-site/content/tutorials/images

But if I'm not mistaken the above asciidoc seems to point to for example images/nbm-googlebar/new-project-0.png.

Assume need (1) applicable images need to be moved into a "nbm-googlebar" subfolder and/or (2) "version specific" file names needs to be adjusted where applicable to align to current images (i.e. without "version identifiers) in some way.

ebresie avatar Aug 12 '22 16:08 ebresie

After further review, the folder does exist already with the proper names so there may be an issue when publishing the page to the asf-site branch of the netbeans-website content.

ebresie avatar Aug 13 '22 13:08 ebresie

Thanks @ebresie for review. Wondering if first performing an initial manual push of the missing images to the public website might at least make the tutorial repeatable?

brutzman avatar Aug 20 '22 02:08 brutzman

images got restored recently on the above mentioned page, closing

mbien avatar Aug 10 '23 01:08 mbien