Commit Graph

17 Commits

Author SHA1 Message Date
Dan Tsekhanskiy
82bfd02efe Internal Change
PiperOrigin-RevId: 386234161
2021-07-22 07:25:36 -07:00
Dan Tsekhanskiy
ca0d2d152e docs: Add link to @bkurtz's blog post
PiperOrigin-RevId: 384535347
2021-07-13 13:13:34 -07:00
Matt LaPlante
8bc0a88e62 Internal Change
PiperOrigin-RevId: 380849300
2021-06-22 11:10:14 -07:00
Matt LaPlante
8da14ddf28 Run mdformat on some public docs.
PiperOrigin-RevId: 380843859
2021-06-22 10:48:19 -07:00
Dan Tsekhanskiy
d9c2475ee1 fix: Add full path to non-docs links
PiperOrigin-RevId: 375455438
2021-05-24 05:05:13 -07:00
Dan Tsekhanskiy
6e9b94bfea chore: Create examples of common files used by Glazier
PiperOrigin-RevId: 373825935
2021-05-14 11:12:20 -07:00
Dan Tsekhanskiy
535923ca90 docs: Refresh chooser documentation
PiperOrigin-RevId: 371689710
2021-05-03 07:07:02 -07:00
Dan Tsekhanskiy
354faedef3 refactor: Migrate from statically calling _new_err to using a dict and looping through keys/values.
- Benefits: Data structure for errors, improved human readability, errors defined at the top of this module, etc.

PiperOrigin-RevId: 363200116
2021-03-16 09:26:21 -07:00
Dan Tsekhanskiy
1e01310109 Update error_codes doc
PiperOrigin-RevId: 354916464
2021-02-01 05:13:34 -08:00
Dan Tsekhanskiy
32c000d44f Add link to docs, move error doc out of setup, and update sitemap/index.
PiperOrigin-RevId: 351139249
2021-01-11 06:17:31 -08:00
Dan Tsekhanskiy
fbe60750d3 Rename to error*s*.py
PiperOrigin-RevId: 350844837
2021-01-08 15:12:13 -08:00
Dan Tsekhanskiy
c8a1069cea Rewrite #3: Migrate error lib to use custom exception objects instead
- Strip all other deps out to avoid circular deps

PiperOrigin-RevId: 350559735
2021-01-07 07:46:46 -08:00
Dan Tsekhanskiy
6a8828ff20 Add page title and link to new docs site
PiperOrigin-RevId: 346987122
2020-12-11 06:30:54 -08:00
Dan Tsekhanskiy
0561062fb5 Update _config.yml 2020-12-10 20:17:19 -05:00
Dan Tsekhanskiy
8713120e29 Update default.html 2020-12-10 20:12:15 -05:00
Dan Tsekhanskiy
098788cec1 Create sitemap for github pages
- _config.yml is the Jekyll frontmatter that defines the configuration for GitHub Pages.
- default.html adds a sidebar to every page by "default". This is the lowest configuration way of adding a sidebar I could find, without going full Jekyll.
- To ensure simplicity, I used the └─ character to depict subdirectories in the sidebar, otherwise we'd need to define the sitemap in HTML.
- Most of this was taken directly from this theme's github page https://github.com/pages-themes/minimal/blob/master/_layouts/default.html

PiperOrigin-RevId: 346873302
2020-12-10 15:05:02 -08:00
Dan Tsekhanskiy
5c6768b738 Move to docs/ folder to enable GitHub Pages
PiperOrigin-RevId: 346771951
2020-12-10 06:33:13 -08:00