Zachary Shilton
adcd472873
website: upgrade content and global styles ( #11151 )
...
* website: upgrade global-styles packages
* website: upgrade community page
* website: hide alert-banner on mobile
* website: replace g-container with g-grid-container
* website: delete unused CSS
* website: backfill missing type styles
* website: fix style import path
* website: bump to latest patched dependencies
2021-08-13 08:04:19 -04:00
dependabot[bot]
54a4f59fc7
Bump path-parse from 1.0.6 to 1.0.7 in /website ( #11202 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 10:56:36 +02:00
Mike Wickett
298ca5fd35
website: update consent manager ( #11177 )
2021-07-30 15:45:14 -04:00
Bryce Kalow
6825d1ad0d
web: migrate to web platform- packages ( #11156 )
2021-07-27 15:54:54 -05:00
Noel Quiles
e76697f2b7
Bump hashi-stack-menu ( #11141 )
2021-07-12 16:32:26 -04:00
Kendall Strautman
cf48d76fbd
chore: upgrade react-head and deps ( #11119 )
2021-06-28 08:58:17 -07:00
Zachary Shilton
a2b7105238
website: bump nextjs-scripts for latest code-block ( #11112 )
2021-06-23 10:01:34 -04:00
Zachary Shilton
e6f1330c10
website: upgrade code-block ( #11031 )
...
* website: test code-block upgrade with pre-releases
* website: remove prism style import, now incl in code-block
* website: bump to latest code-block releases
* website: remove explicit code-block dep, not needed
2021-06-21 10:55:45 -04:00
Jimmy Merritello
3e3e013be5
Update the homepage
2021-06-02 14:00:34 -05:00
Brandon Romano
5a290aabef
Adds AlertBanner to promote HashiConf EU
2021-05-17 15:07:18 -07:00
Zachary Shilton
17899731ea
website: support hidden pages in nav-data ( #10993 )
...
* website: bump to docs-page prerelease with hidden page support
* website: remove temporary check for hidden pages, now covered by docs-page
* website: bump to stable docs-page, w next-mdx-remote bump
* website: bump to latest markdown-page
2021-05-06 13:19:26 -04:00
Kendall Strautman
a9c2283ee5
chore(website): adds ts config, upgrades deps ( #10905 )
...
* chore(website): adds ts config, upgrades deps
* chore: adjust ts config option
* chore: upgrade deps
* fix: subnav active path routing
* style(home): update integrations bg color
* chore: upgrade deps
* style: fix body copy color
* style: fix product downloads page height
* feat: updates favicon
* chore(downloads): upgrade to prerelease
* chore: upgrades product download page to stable
* chore: update favicon.ico
2021-05-03 10:58:09 -07:00
Zachary Shilton
d08aa6f6b0
website: update readme ( #10931 )
...
* website: bump to nextjs-scripts prerelease
* website: update stale sections in readme
* website: bump nextjs-scripts to latest prerelease
* website: update docs-sidebar section to prep for shared section
* website: update readme with latest blocks
* website: revert bump to nextjs-scripts, deferred
* website: bump to latest nextjs-scripts
2021-04-21 15:35:52 -04:00
Jeff Escalante
c17f236e85
Upgrade Downloads Page ( #10907 )
...
* upgrade downloads page
* fix syntax errors on builders/ncloud page
2021-04-14 14:51:29 -04:00
Kendall Strautman
9f7bb4da25
chore: fix deps
2021-04-06 13:48:00 -07:00
Kendall Strautman
b1967e99c7
chore: upgrade react-components, colors, logos
2021-04-06 13:47:58 -07:00
Brandon Romano
7efb41868f
Upgrade StackMenu to latest ( #10874 )
2021-04-06 16:40:48 -04:00
Zachary Shilton
830140157d
website: remove obselete nav data ( #10811 )
...
* website: remove obselete sidebar_title frontmatter from docs
* website: bump to latest docs-page
* website: update plugin creation and registration docs
* website: fix broken links
2021-03-31 15:07:00 -04:00
Bryce Kalow
8c61ca174f
feat: adds should-build website script ( #10779 )
2021-03-22 10:21:59 -04:00
Zach Shilton
8b3e7e6f2f
website: use revised remote-plugin-docs server implementation
...
- also bumps to stable docs-page, and makes related api changes for intro and guides routes
2021-03-18 12:24:36 -04:00
Zachary Shilton
a906a1b426
docs: Enable docs from remote plugin ( #10656 )
...
* Add local components to build on new DocsPage functionality.
* Add new nav-data format, and placeholder remote-plugins config
* Bump to pre-release components and implement remote loading
- Migrates /docs to new DocsPage API, and adds remote plugin loading functionality
- Migrates /guides and /intro to new DocsPage API
* Remove now unused JS nav config
* Cut empty comment line
2021-03-03 10:13:50 -05:00
Zach Shilton
6cc3933c77
Bump components to remove md processing, fix theme
2021-02-16 12:55:09 -05:00
Bryce Kalow
4a686ef66d
chore: upgrade nextjs-scripts & next
2021-02-08 17:47:18 +00:00
Adrien Delorme
ed091163be
HCL2 Parse packer.required_plugins block + packer init ( #10304 )
...
This adds the new `required_plugins` block to be nested under the packer block.
Example:
```hcl
packer {
required_plugins {
aws = {
version = ">= 2.7.0"
source = "azr/aws"
}
azure = ">= 2.7.0"
}
}
```
For example on darwin_amd64 Packer will install those under :
* "${PACKER_HOME_DIR}/plugin/github.com/azr/amazon/packer-plugin-amazon_2.7.0_x5.0_darwin_amd64"
* "${PACKER_HOME_DIR}/plugin/github.com/hashicorp/azure/packer-plugin-azure_2.7.0_x5.0_darwin_amd64_x5"
+ docs
+ tests
2021-02-02 18:05:04 +01:00
Brandon Romano
5ad0913dbe
Website StackMenu updates for 1/14
2021-01-13 10:25:02 -08:00
dependabot[bot]
e7e02c591d
Bump lodash from 4.17.15 to 4.17.20 in /website
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20 )
Signed-off-by: dependabot[bot] <[email protected] >
2020-12-14 23:55:46 +00:00
Jeff Escalante
29b01e5111
update deps, restore search
2020-12-14 18:20:31 -05:00
Jeff Escalante
9d4ffb6cbd
use global markdownpage component
2020-12-14 18:20:19 -05:00
Jeff Escalante
2de270341c
refactor to mdx remote
2020-12-14 18:20:01 -05:00
dependabot[bot]
77047c6425
Bump ini from 1.3.5 to 1.3.8 in /website ( #10381 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 12:21:52 -05:00
Jimmy Merritello
bb076d8ad7
Bump HSM version for design tweaks ( #10216 )
2020-11-06 14:07:04 -05:00
dependabot[bot]
e11a305707
Bump bl from 1.2.2 to 1.2.3 in /website
...
Bumps [bl](https://github.com/rvagg/bl ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases )
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3 )
Signed-off-by: dependabot[bot] <[email protected] >
2020-10-30 20:23:21 +00:00
Jimmy Merritello
f79b9dc735
Update HSM version
2020-10-15 11:35:19 -05:00
Jimmy Merritello
e98b2d39db
Updated pkg
2020-10-14 12:55:53 -05:00
Jimmy Merritello
8121d6d8dc
Bump HSM version
2020-10-14 09:39:50 -05:00
Jimmy Merritello
7ed2c2920f
Bump HSM version and rm meganav styles
2020-10-08 13:53:36 -05:00
Jimmy Merritello
ea3b804af1
Bump version
2020-10-07 15:30:18 -05:00
Jimmy Merritello
7f0a043a63
Add new HashiStackMenu
2020-10-07 09:57:47 -05:00
Kevin Pruett
e5cd5a9360
Integrate @hashicorp/react-search/tools script
2020-09-08 17:16:42 -04:00
Kevin Pruett
6c4e9e9e68
Integrate @hashicorp/react-search into layout
2020-09-03 11:08:09 -04:00
Jonathan Neal and Adrien Delorme
d8b67f8520
📌 Hard Pin Website Dependencies ( #9543 )
...
* Update and pin dependencies
* Update NextJS Scripts
* npm run lint
* npm run format
* docs generator: indent docs by two and make spacing better
Co-authored-by: Adrien Delorme <[email protected] >
2020-07-13 12:33:16 +02:00
Jonathan Neal
4a669e829c
Update package-lock.json
2020-07-02 14:25:09 -04:00
Kevin Pruett
4f59693be8
Add Algolia indexing to CI
2020-06-29 15:43:35 -04:00
Jeff Escalante
c9fdd021a5
🌷 Docs Website Maintenance ( #9408 )
...
* update dependencies, adjust for breaking changes
- Updates all dependencies to the latest versions
- Updates to consent manager to add all analytics scripts in a way that is compliant with GDPR
- Improves the product download component to default to 64-bit architecture for `x86_64` arch tags, removes some repeated processing code on the downloads page
- Standardizes and documents components available for use within markdown files, adding a new `Tabs` component
- Documents syntax highlighting standards
- You can now `@include` non-markdown files, they will be imported into a code block. This is great for things like code examples!
* Update website/README.md
2020-06-12 12:08:23 +02:00
Jeff Escalante
f4d7b5f493
fix some stuff
2020-06-02 17:22:40 -04:00
Jeff Escalante
87f38e84ef
improve readme with blocks, trim down dependencies
2020-05-29 16:37:50 -04:00
Christian Frichot
e2a02636bc
website: npm audit fix ( #9218 )
2020-05-13 13:49:19 +02:00
Jeff Escalante
034160ca2e
update dependencies ( #9111 )
2020-04-24 10:26:36 +02:00
Jeff Escalante
e5a6363f95
update deps, fix one-off pages
2020-04-07 17:53:26 -04:00
Jeff Escalante
76b9b83721
update permalink styles, small homepage fix
2020-04-07 17:50:52 -04:00