Commit Graph

29 Commits

Author SHA1 Message Date
Carlos Santana 6efa07cf44
fix build bc command not found on 1.7 release (#5191)
* fix build bc command not found

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* use latest

Signed-off-by: Carlos Santana <csantana23@gmail.com>

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2022-08-26 07:15:19 +00:00
Samia Nneji c85e40487b
Update release script for 1.7 (#5190) 2022-08-25 15:27:19 +00:00
Ashleigh Brennan aa99afea2c
General cleanup of sample and ref docs (#5117)
* General cleanup of sample and ref docs

* move reference docs

* fix nav and links

* update redirects

* fix comment

* added Paul's script updates, updating ext versions
2022-07-20 15:00:01 +00:00
Paul Schweigert 823e969240
update docs versions for v1.6 release (#5097)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-07-14 12:26:14 +00:00
Paul Schweigert 6f44c8b486
adds copyright info to some hack scripts (#5021)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-09 21:50:25 +00:00
Carlos Santana c9c194ecee
cut release 1.5, remove extra vars for build (#4999)
* cut release 1.5, remove extra vars for build

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* clean reference to removed variable

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* making it a semver correct

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2022-06-03 21:38:53 +00:00
Naina Singh c4bb5f9451
changes to add Knative 1.4 docs (#4935) 2022-04-22 21:19:31 +00:00
Samia Nneji 534284b350
Update build script for 1.3 release (#4817)
* Update build script for 1.3 release

* Edit
2022-03-15 08:45:03 -07:00
Dave Protasowski 2e241e53fb
use latest api spec from the tip of the branch when building (#4761) 2022-02-17 19:44:34 -08:00
Carlos Santana a64978b55d
Upgrade material-mkdocs to major version 8 (#4705)
* update from mkdocs 7.3.1 to 8.1.10

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add GIT_SLUG to make easier to test with user forks

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* fix warning banner

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2022-02-09 09:16:42 -08:00
Samia Nneji 4d74d00e7b
Update release versions (#4676) 2022-01-28 09:22:47 -08:00
Paul Schweigert e9713b12e1
Build client docs (#4623)
* build kn docs

* navigation tweaks

* link to github version of kn docs

* removing unneeded envvar

* removing go

* style
2022-01-13 05:00:12 -08:00
Paul Schweigert aea730e2aa
Fix 1.0 banner again (#4601)
* strip out 'knative-' from KNATIVE_VERSION

* fixing versioning in yaml artifacts for 1.0+
2021-12-17 08:40:18 -08:00
Carlos Santana b4085b9db0
fix v1.0 yaml files urls (#4592)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-12-16 13:29:17 -08:00
Carlos Santana 2700e01591
fixing v1.1 yaml files for knative version (#4591)
* fixing v1.1 yaml files for knative version

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add space in build script

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-12-16 12:51:18 -08:00
Carlos Santana b07e6097bc
cut docs for knative v.1.1 (#4590)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-12-16 11:45:17 -08:00
Carlos Santana cf91040c01
Remove-hugo-community (#4571)
* remove hugo builds

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* remove community folder

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* handling with netflify redirect instead

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-12-13 23:31:50 -08:00
Carlos Santana 050c595185
cut docs for Knative 1.0 GA (#4418)
* starting to cut 1.0 docs for knative

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* adjust for warning for old version to not have prefix knative-

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* using upstreeam repo

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* remove temp knative from repo name

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-11-02 17:54:40 -04:00
Paul Schweigert 97f8a2cef1
Moving the blog to mkdocs (#4298)
* migrating blog to mkdocs

* automation

* linting

* typo

* rebase

* adding quickstart blog

* toc formatting

* typo
2021-10-05 18:36:44 -07:00
Carlos Santana 947f487b4c
Update build to handle docs release 0.26 (#4291)
* Update build to handle docs release 0.26
Fixes #4275

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* remove archived 0.22 files

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add knative for REPOS

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-09-28 16:57:22 -07:00
Carlos Santana 6f7060b74f
add v0.25 mkdocs, remove v0.21 hugo (#4151)
* add v0.25 mkdocs, remove v0.21 hugo

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* remove v0.21 hugo archived

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add -L for curl to catch errors when missing variabled in url path

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* fix release branch for old mkdocs version 0.24

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* fix message for serve

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* adding back archive v0.21 to make PR clear

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-08-24 01:16:23 -07:00
Julian Friedman 1a2b2d42ce
Release 0.24 (#3959) 2021-07-07 09:37:18 -07:00
Julian Friedman 7286bd63de
Incorporate static version of old docs in to site (#3888)
* Incorporate static version of old docs in to site

Built via manual ./scripts/build.sh of website and then copied over.

Each release we get to delete one of these docs directories (and the
corresponding copy in build.sh) until they all disappear.

* Clean up built owners files

* Mv old-docs archived

* Mark archived/ dir as generated
2021-06-30 11:31:10 -07:00
Julian Friedman 19f96d530d
Use correct version in artefact URLs (#3886) 2021-06-30 07:33:10 -07:00
Julian Friedman 39a1484838
Use correct branch for samples (#3860) 2021-06-29 07:20:17 -07:00
Julian Friedman 94ea8f1382
Add cookie warning to site (#3870)
* Add cookie warning to site

Imports the cookie warning from the old site. For simplicity,
this uses the same script from the old site in both places, so we
have to import jquery.

Note: this doesn't actually turn analytics on, but we now could do so.

* Tweak margins

* Add non-EU version
2021-06-28 11:13:47 -07:00
Julian Friedman 40a792a1e1
Pull in api docs in build (#3832) 2021-06-22 16:08:44 -07:00
Julian Friedman 54f02d183b
Generate Golang vanity URL redirects (#3806)
Moves tools/redir-gen from website to docs so we can do all the
generation here. Modifies the build script to add generated redirects to
the output.
2021-06-15 13:39:21 -07:00
Carlos Santana b5bb37488a
add docker development workflow (#3738)
* add docker development workflow

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* adding pesky EOL

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-06-08 05:43:41 -07:00