RichieEscarez

Results 16 issues of RichieEscarez

The following example shows how to continuously deploy your Docsy site to GitHub Pages, using Actions to integrate Previews with your Pull Requests: https://github.com/grayside/gh-page-previews It would fit perfectly as an...

In the file below, the logic needs to point to knative/community for all but the code samples under the "Community" section on knative.dev https://github.com/knative/website/blob/master/layouts/partials/page-meta-links.html#L49 Since Contributing was merged under Community,...

We created several customizations to the original Docsy template (we started with an alpha/pre-released version): https://github.com/knative/website/tree/master/layouts (Note: any file in the Knative `layouts` folder overrides the corresponding file from the...

kind/enhancement
kind/epic

With multiple versions, results from a search within knative.dev include several similar or complete duplicates of a single topic. - [ ] Filter content by release version ([Refining searches](https://developers.google.com/custom-search/docs/refinements), [more...

priority/0

Do we need to add the KN cli to the reference section? Need to investigate how thats possible. What about other repos? A recent email says knative/eventing-contrib is splitting (creating...

Adopt existing OSS shortcodes to add content highlighting, like these [callouts](https://istio.io/latest/about/contribute/shortcodes/#callouts) Some how to info: To create a [shortcode](https://gohugo.io/templates/shortcode-templates/) for Knative, we need to add it into our site, [here](https://github.com/knative/website/tree/master/layouts/shortcodes)....

A PR from last Oct added this to the Hugo docs: https://gohugo.io/content-management/shortcodes/#nested-shortcodes "You can call shortcodes within other shortcodes by creating your own templates that leverage the .Parent variable. .Parent...

https://hub.docker.com/r/klakegg/hugo From an issue in Docsy: ``` version: '3.6' services: web: image: klakegg/hugo:0.64.0 command: server volumes: - .:/src ports: - 1313:1313 ```

For pages or content that get deleted from a new release, we should have a 404 page to explain that users can look in an archived branch for deleted content.

For content that only differs by programming language (ie. Hello World code samples), can we use the `readfile` shortcode to mimic the c.g.c site behavior where a single page houses...

kind/enhancement