11 Commits

Author SHA1 Message Date
susan evans
ad29524df0
update note styles (#2828) 2023-05-18 11:36:01 -07:00
Mikhail Shilkov
de513307f6
Change .NET Core to .NET is our docs prose (#1635) 2022-06-17 18:57:08 +02:00
Kimberley Mackenzie
e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00
Christian Nunciato
96c6fd914f
Port content and theme from pulumi-hugo-internal (#85)
Co-authored-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Zack Chase <zachary@pulumi.com>
Co-authored-by: kimberleyamackenzie <kimberleyamackenzie@gmail.com>
2021-04-20 00:37:26 -07:00
Justin Van Patten
bce9300e93 Update Python install instructions (#3908)
We require pip to be available, which is typically included with Python installs, but some Linux distros require it to be installed separately using the OS's package manager. Update the Python install instructions to mention this.

Also, update the .NET required version, since I noticed it was out-of-date.
2020-08-10 10:39:58 -07:00
Zack Chase
3e054d0ea3 Add event tracking to link clicks (#2199)
* Add link linter script

* Add build commands for linting links

* Add linting to start of serve script

* Add tracking ids to links

* Add tracking id to links

* Finish adding tracking ids to remaining html links

* Add front labels to lint results

* Add some checks to function inputs; address feedback

* Add checks that the element exists before sending tracking event

* Add urlize to dynamically created tracking ids

* Switch to generating ids instead of hardcoding

* Do not encode strings when generating link tracking ids

* Convert to use data-track attribute instead of data-tracking-id

* Remove link linter

* Fix duplicate read more tag

* Revert breadcrumb html to be one line to eliminate extra space

* Remove unused package

* Update g suite name convention on tracking id

Co-Authored-By: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <christian@pulumi.com>
2020-01-15 12:51:13 -08:00
CyrusNajmabadi
a2989fa236 Update layouts/shortcodes/install-dotnet.html
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
2019-11-05 14:59:19 -08:00
CyrusNajmabadi
03dbdc4833 Update layouts/shortcodes/install-dotnet.html
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
2019-11-05 14:59:07 -08:00
Cyrus Najmabadi
b22b128def Update docs 2019-11-04 11:51:32 -08:00
Cyrus Najmabadi
561df4a037 tweak 2019-11-04 11:48:10 -08:00
Justin Van Patten
be92efd7ee Add missing install-dotnet shortcode 2019-10-31 15:53:36 -07:00