atuline / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi.
GNU General Public License v3.0
871 stars 131 forks source link

WIKI not included in web browser search #235

Open netmindz opened 2 years ago

netmindz commented 2 years ago

Github actively block indexing of any of the wiki, which makes finding information harder than it should be (https://github.com/community/community/discussions/4992)

Solution - Run export to static HTML and host somewhere - maybe github pages?

https://github.com/yakivmospan/github-wikito-converter

See attached example of output with default settings example.zip

netmindz commented 2 years ago

PR created https://github.com/atuline/WLED/pull/236

See example from my own project https://netmindz.github.io/balboa_GL_ML_spa_control/

Not the pretty, but at least will be indexed by Google

netmindz commented 2 years ago

Nudge @atuline

ewoudwijma commented 2 years ago

What do you think about this?

https://moonmodules.github.io/WLED-Docs/

A fork of kno.wled.ge so perfect symbiose of upstream info + fork info IMO.

Supported by GitHub workflows so any commit towards it will automatically update the pages.

atuline commented 2 years ago

I"m up for all that!!

You guys take this in whatever direction you feel is best. I've pretty well reverted to being an end user for the near future.

netmindz commented 2 years ago

@ewoudwijma looks nicer and should be indexable by Google, though that's for the newer MoonModules rather than the 0.13 maintenance release here.

Should I raise an issue against MM to copy over the info that's on this wiki that's missing there, e.g the page about the digital Mic hookup?

ewoudwijma commented 1 year ago

Should I raise an issue against MM to copy over the info that's on this wiki that's missing there, e.g the page about the digital Mic hookup?

At the moment https://moonmodules.github.io/WLED-Docs/ is in first setup stage, we still need to think about the best setup. I did some changes today and tried to capture that here: https://github.com/MoonModules/WLED/issues/6

@netmindz , Can you take a look, and add your thoughts?