Alan Lew

Results 42 comments of Alan Lew

@asatkinson I will fix those issues; they're important for the success of contributors.

Thanks for your contribution, @varunKT001! Since there will be many contributors to the docs, we will need a method to run html-proofer outside of a GitHub action (i.e., as a...

@varunKT001 I think @hanzei is looking for a change to the GitHub workflow in addition to the `Makefile` target.

I get the following error when I run `make dist` from your branch: ``` $ make dist mkdir -p site/data go run ./cmd/plugin-godocs > site/data/PluginGoDocs.json go run ./cmd/plugin-manifest-docs > site/data/PluginManifestDocs.json...

It looks like the package.json issue is fixed. The build is failing for a different reason now. ``` $ make dist mkdir -p site/data go run ./cmd/plugin-godocs > site/data/PluginGoDocs.json go...

It looks like the error above applies to the whole repo. It is not the fault of this PR. :) We're working to fix the build issue.

@varunKT001 You have build errors due to your change; this is good! The errors are caused by invalid HTML. :slightly_smiling_face: Since the `blog` section of the docs is no longer...

@azigler I've incorporated the feedback you left on #1076 into this PR. Please let me know if there's anything else you find. :slightly_smiling_face:

I've been using Hugo v0.101.0+extended and have had no issue. Perhaps try with a newer release?

Hmm, this might be due to the JSON files extracted from code that get displayed in the docs. Try running `make dist` first to pull in the JSON data.