Commit Graph

25 Commits

Author SHA1 Message Date
Martin Taillefer d4d8eef5ca Address some TBD items and other small fixes. 2017-05-23 20:07:27 -07:00
Zack 6f05ed4fbf Update code sections in the mixer service docs so that their links are rendered correctly. (#295) 2017-05-22 16:48:16 -05:00
Martin Taillefer 5d70521378 A bunch of content fixes. 2017-05-21 09:40:12 -07:00
Laurent Demailly c084cf2bab Fixing remaining bad links and html errors (#236)
* Fixing most of remaining bad links

Still left :
#google.rpc.Code in reference/api/mixer/status

And the mixer-config-quota-bookinfo.yaml is missing in
https://github.com/istio/istio/tree/master/samples/apps/bookinfo

* Add html checking and ignore localhost urls

fixed typo in layouts/base found by html checking

* Fix duplicate id defined

Those anchors don’t seem used btw

* Adding back html proofer

got removed accidentally it seems

* Fix the last 2 errors
2017-05-16 15:09:03 -07:00
Martin Taillefer bc3b899ccc Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
Martin Taillefer 065e7a5c71 Move site content into the src directory.
This clearly separates site content from other repo state.
2017-05-15 19:22:30 -07:00
Martin Taillefer 61be48cd78 Improve generate reference documentation overview text. 2017-05-10 07:07:17 -07:00
Martin Taillefer 00b1aac198 Split the Configuration & API reference section in two parts. 2017-05-09 17:18:26 -07:00
mandarjog 3ef49a6ee0 fix description of source.user in the vocabulary. (#132) 2017-05-09 09:53:06 -07:00
Zack 34b88ab280 Update mixer proto generated docs (#129)
* Re-regenerate the protos

* Update the metric desc by hand for the pending fix to code snippets in its comments

* Add a file for the status proto's docs, refer to it everywhere and remove the embedded status docs generated everywhere they're used.

* remove mixer services's embedded status proto by hand
2017-05-08 18:04:53 -07:00
Shriram Rajagopalan b691649b51 fix broken links 2017-05-08 10:20:10 -04:00
Shriram Rajagopalan 643014f824 cleaning up references into smaller sections 2017-05-07 22:36:41 -04:00
Hong Zhang a1224c5292 Avoid - in attribute name for user agent. (#116)
* Avoid - in attribute name.
* Update a few comments.
* Minor English change.
2017-05-06 19:00:39 -07:00
Shriram Rajagopalan 20fd6b39b8 cleanup generated proto docs 2017-05-06 16:20:52 -04:00
Shriram Rajagopalan 0a1e1b6a9d reversing previous commit 2017-05-05 20:30:18 -04:00
Shriram Rajagopalan bcc9606af0 clean up references 2017-05-05 20:21:42 -04:00
Zack b590cfa219 Just the proxy docs (#122) 2017-05-05 19:48:23 -04:00
Martin Taillefer dc94161777 Fix broken links. 2017-05-04 18:15:02 -07:00
Liam White 124570bbc8 Swagger doc first pass (#113)
Signed-off-by: Liam White <liamwhite@uk.ibm.com>
2017-05-04 16:17:56 -04:00
Shriram Rajagopalan 8d949d29cc assorted cleanups/nits 2017-05-02 01:03:46 -04:00
GregHanson bc7df6d0c3 update docs to use durations for time fields instead of floats (#83) 2017-05-01 10:51:36 -04:00
Martin Taillefer e0b9750ee4 Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
Martin Taillefer b386fb1eed Temp improvement for istioctl auto-gen content. 2017-04-28 06:56:08 -07:00
Martin Taillefer c6ad2fca22 New nav tree model.
The directory structure of the input web site now controls directory the layout of the
doc hierarchy. This simplifies authoring documents and enriches the UI we generate.

This also fixes the broken link problem with the GitHub staging sites. Most links work
now.

Our sitemap.xml now contains all that it should, and excludes stuff that it shouldn't contain.
2017-04-28 06:18:38 -07:00
Zack bff265422d Generated docs for our protos (#65)
* Generated docs for our protos.

Unfortunately this did require some manual touch-up, but nothing that'll
be impossible to automate I think. I still need to grab the mixer aspect
config protos, which is a bit harder because they live in the mixer
repo.

* Rename envoy-config to proxy-config, update document title and overview.
2017-04-26 13:05:11 -07:00