Commit Graph

21 Commits

Author SHA1 Message Date
jacob-delgado f845e59bea
Fix scripts for shellcheck 0.8 (#11051)
* Fix scripts for shellcheck 0.8

* Updates needed for hugo and shell check

* Ignore hugo build lock
2022-03-14 17:03:40 -07:00
Frank Budinsky 3ec33944ff
Improve doc for doc tests (#8266)
* Improve doc for doc tests

* test section

* section hash

* reorder
2020-10-05 13:06:56 -07:00
davidhauck a7382bef81
Change links to /latest and include archive versions in the release site (#7567)
* Updated site to build archived packages at istio.io/{version} (#7515)

* cache sidebar smartly when building site (#7431)

* change archive process to include static archives every build

* fix zh redirects (#7523)

* fix redirects for vanity imports (#7524)

* fix 1.1 and 1.2 links (#7526)

* fix links in 1.3 and 1.4
2020-06-15 11:29:02 -07:00
Eric Van Norman 392a2bee14
Update test framework to use 1.6.0-beta.0 (#7214)
* Update test framework to use 1.6.0-beta.0

* Go back to copies from env var

* Add more test targets, fix mtls test (new PA added)

* Update to use Istio SHA from go.mod (convert to long SHA)

* Try and remove TAG from prow

* Debug TAG not being set

* Fix paralization issue

* Remove some extra output

* Review comments
2020-05-06 10:49:27 -07:00
Brad Ison 1d79cadd07
Ignore copied tests/integration directory (#7078)
The configuration for the Istio installation used in integration tests
is copied at run-time from the Istio repository by `bin/init.sh` as of
istio/istio.io#6999, but the directory is otherwise empty here.  This
adds it to `.gitignore` to avoid a dirty tree after every test run.
2020-04-14 09:17:27 -07:00
Suchith J N c0fedc1aa4
(#6544) cloned istio repository path should not have double quotes (#6555) 2020-02-26 06:33:23 -08:00
Suchith J N ed31b432e3
(#6542) - add install, samples and out directories to .gitignore (#6543)
* (#6542) - add install, samples and out directories to .gitignore

* (#6542) Added comments and modified paths to make it explicit that we are ignoring top-level directories
2020-02-25 07:59:27 -08:00
Jhon Mike efe33bf154 pt-br-translation: Home Page (#6310)
* translated to home page to portuguese brazil

* added vscode editor settings in gitignore
2020-01-09 20:42:08 -08:00
Martin Taillefer d65bc53b4e Stop checking in the "generated" directory. (#4365) 2019-06-12 19:48:49 +00:00
Kevin Simper e5e8875a5e Allow the site static content to be built on netlify (#3015) 2019-01-03 07:49:44 -08:00
Martin Taillefer 0a4264417f
Site improvements (#2633)
- Use a new approach to managing icons. This has two primary benefits:

  - It makes it possible to color the icons such that they look good in the
    dark theme. Previously, the icons were rendered in black on dark grey when
    using the dark theme.

  - The average payload size for our web pages is reduced and we better use the
    browser cache.

- The new icon approach makes it possible to remove our dependency on the fontawesome
  package, which further slims down our payload requirement

- Refresh our iconography for a slightly lighter look.

- Remove the extra thick left-hand border of text blocks to lighten the
look.

- Added a "NN minutes to read" indication on top of each page. This is
only displayed if the count is > 1 minute.

- Added a calendar icon next to the blog post date.

- Exposed a bunch of strings that were buried in CSS/JS to translation.

- Add the 'keywords:' front-matter fields to the Hugo archetypes.
2018-09-17 08:52:23 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
Martin Taillefer 5e075d4c27
Make the rake test ensure that we use {{home}} consistently. (#1053)
We now generate the test site into a subdirectory such that we can ensure all
links are correctly using {{home}}, which makes the site work correctly once
archived.

Fixed a bunch of broken cases.
2018-03-04 14:04:01 -08:00
Vadim Eisenberg e4f9384bac added .DS_Store file to .gitignore (#950)
* added .DS_Store file to .gitignore

https://en.wikipedia.org/wiki/.DS_Store

* added missing new line to .gitignore
2018-02-07 21:11:29 -08:00
Laurent Demailly af0e3f2d83
Attempt at fixing circleci failure (#756)
* Attempt at fixing circleci failure

* Adding debug

* Using newer typhoeus

* Using version without chomp('/') (so shouldn't 301)
2017-12-07 10:40:06 -08:00
Laurent Demailly 674788dc49 Add external url cache (#724)
That should help avoid the spurious failures or at least make “rebuild”
work if the remote site isn’t actually down
2017-11-21 05:11:47 -08:00
Laurent Demailly 1521a09248 Mesh Expansion (was cluster extension) (#493)
* Starting point/nav

* Costin's version

From https://github.com/istio/istio.github.io/pull/492

* Restore some of the initial content and the prerequisite/nav

title update

* First pass updates/corrections

Added a bit of content too

* Super-draft version of the task

Mostly placeholders - need to copy the exact commands from the test scripts and double-check.

* Update to use the new filenames

* setting traffic management task to draft mode.

* Small updates

* More examples and info

* Rename the file

* Update the content with the new name

* Move into kubernetes and fix links and renames

* Fixes for copypastable blocks + more

* Minor tweaks

* Some more minor updates

* Minor cosmetic fixes

* review fixes

Thanks a lot Rachel

* Last review comment

* Review comment
2017-09-26 18:32:18 -07:00
Laurent Demailly 4eff4773bf Typo fix + updated gitignore + grafana url fix (#405)
Typo fix + updated gitignore + grafana url fix
2017-07-10 15:20:45 -07:00
Dave f2ee37bc12 New doc nav (#47)
Automate doc nav bar generation.
2017-04-21 21:46:12 -07:00
Shriram Rajagopalan 04600d6be5 traffic management - 1 (#42) 2017-04-20 19:30:33 -04:00
Dave bee1f87459 CSS Changes (#39)
* clean up mistaken merge with istio code repo

* delete HEAD indicator left in scss files by mistake

* more fixes for bad merge

* more undo-ing
2017-04-20 10:28:25 -04:00