* Adds sed command to uncomment writeStats
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Enables Hugo writeStats in Netlify environments.
Signed-off-by: Pete Lumbis <pete@upbound.io>
print config file for troubleshooting
Signed-off-by: Pete Lumbis <pete@upbound.io>
add build preview settings
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
Azure CLI report following error if `az ad sp create-for-rbac` command is executed without specifying `--scope`:
`Usage error: To create role assignments, specify both --role and --scopes.`
Signed-off-by: bartul <bartul.bonacic@live.com>
Signed-off-by: bartul <bartul.bonacic@live.com>
I was making a fresh clone of this repo when I saw that it was forked
from crossplane.github.io and stated in the README that it was both the
website and docs. This surprised me, since crossplane/docs seemed like a
misleading place to find the website.
I then learned that the website is in fact a separate repo, at
https://github.com/crossplane/website
Signed-off-by: Nic Cope <nicc@rk0n.org>
* Create a home landing page and styling to stage for v1.11 reorg
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Fix spacing
Signed-off-by: Pete Lumbis <pete@upbound.io>
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Combine list and single page layouts into a single file
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Add an alert for features that are tagged alpha/beta.
Signed-off-by: Pete Lumbis <pete@upbound.io>
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Create new release issue template
Signed-off-by: Pete Lumbis <pete@upbound.io>
* add an issue title
Signed-off-by: Pete Lumbis <pete@upbound.io>
* indicate user should supply a version number
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Remove publish directive
Signed-off-by: Pete Lumbis <pete@upbound.io>
Signed-off-by: Pete Lumbis <pete@upbound.io>
Adds a copy to clipboard button using Clipboard.js
Optional support for defining which lines to copy out of the code box.
Adds styling and anchor links to the line numbers
Adds support to link to line number anchors inside tabs
Removes line numbers from tables (no user impact, changes styling and JS element targeting)
Makes the top NAV not sticky. This is required to make the line number anchors work. Otherwise the line number linked to will go under the navbar and not be in view. Fixing this with a sticky nav is a very large lift (for me). Also note, the side bars are still sticky.
Removes clipboard scsss files. All clipboard related styles are merged into code-theme-base.scss
Also applies Hugo caching fixes that can cause the stylesheet not to load in local dev (discovered in this PR)
* Adds Algolia DocSearch components and manual style overrides
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Auto close menu on mobile when search box is clicked
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Add search hotkey indicators
Signed-off-by: Pete Lumbis <pete@upbound.io>
Signed-off-by: Pete Lumbis <pete@upbound.io>
Drops symlink to master directory so that the directory itself can be
re-inserted on next merge.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>