James Phillips
593d495624
Merge pull request #2876 from hashicorp/enterprise-links
...
update all links to enterprise to avoid redirect
2017-04-05 13:02:29 -07:00
Seth Vargo
3efd31be55
Add open graph images
2017-04-05 15:57:14 -04:00
captainill
9d2c13341b
update all links to enterprise to avoid redirect
2017-04-05 12:13:23 -07:00
James Phillips
8967fad448
Removed RPC link from the sidebar.
2017-04-05 11:51:52 -07:00
James Phillips
0de8f13a97
Merge pull request #2874 from hashicorp/acl-guide
...
Updates the ACL guide.
2017-04-05 10:37:48 -07:00
Seth Vargo
7a0dbe10a4
Wider column sidebar
2017-04-05 10:04:06 -04:00
James Phillips
686ddd8c83
Deprecates the ACLs internals doc in favor of a guide.
2017-04-04 18:56:42 -07:00
James Phillips
649cb4f385
Removes guide link for Atlas integration.
2017-04-04 18:55:09 -07:00
Seth Vargo
bb080541a6
Rename sidebar link items
2017-04-04 12:40:53 -04:00
Seth Vargo
b0bb01d5da
Update API docs
2017-04-04 12:33:35 -04:00
Seth Vargo
6d9995b6e3
Fix GitHub link
2017-03-30 19:24:08 -04:00
Seth Vargo
b8533888bb
Fix enterprise link
2017-03-30 19:17:26 -04:00
Seth Vargo
b0ffcd9e00
Remove app init
2017-03-30 19:10:00 -04:00
Seth Vargo
55281ac728
Move to new branding
...
This JUST moves over to the new branding. Once we get this in, I can
work on making the sidebar links and splitting out the API into its own
section.
2017-03-30 18:46:50 -04:00
James Phillips
42c8907fa6
Adds network areas guide.
2017-03-28 11:56:55 -07:00
James Phillips
36aface2e2
Adds network area CLI documentation.
2017-03-28 10:31:56 -07:00
James Phillips
69d4990a17
Adds an Enterprise link to the Consul top nav.
2017-03-24 09:28:20 -07:00
Kyle Havlovitz
3c6bece859
Add autopilot guide to the docs
2017-03-10 14:55:18 -08:00
Jason Costello
bed54f332f
Remove 'by hashicorp"
2017-03-08 16:36:30 -08:00
Jason Costello
cb2dd2a907
Remove announcement banner
2017-03-08 16:36:30 -08:00
Jason Costello
fd05c1826c
Add meganav
2017-03-08 16:35:02 -08:00
Kyle Havlovitz
f7b6d776f4
Add cli docs and minor test/comment tweaks
2017-02-24 16:55:44 -08:00
Jason Costello
9b9855f138
Wire up Klavika, remove Museo declarations
2017-02-21 10:45:56 -08:00
Kyle Havlovitz
3f05576cc8
Condense raft subcommand into one doc page
2017-02-16 11:44:14 -08:00
Kyle Havlovitz
2b12a43840
Split operator raft command into subcommands
2017-02-15 13:53:34 -08:00
Kyle Havlovitz
27ee6f974d
Update website docs for validate command
2017-02-10 19:38:38 -05:00
Kyle Havlovitz
955d1b983d
Merge branch 'master' into f-cli-rework-3
2017-02-09 21:24:27 -05:00
Kyle Havlovitz
a64c5e69a3
Cleanup and formatting adjustments
2017-02-09 20:49:17 -05:00
Kyle Havlovitz
1767a4dcb0
Add missing doc page for version command
2017-02-09 20:08:25 -05:00
Kyle Havlovitz
a69f2a0faf
Convert info command to use base.Command
2017-02-08 16:58:04 -05:00
Chris Becker
2328edbcb5
Add consul kv import/export links to sidebar
2017-02-01 15:11:39 -05:00
Ryon Coleman
c68106dcc6
Add Google Tag Manager #GTM-NR2SD7C
2017-01-27 15:41:42 -05:00
Brian Shumate
f81d8c0754
DOCS: update environment variables
...
- Move environment variables to section of CLI page
- Remove environment variables page
- Remove environment variables nagivation menu entry
2017-01-09 12:02:06 -05:00
Brian Shumate
d5bdc4c98b
DOCS: update environment variables page
...
- Relocate Environment Variables page to Agent section
- Correct front matter newlines issue
2017-01-06 09:42:49 -05:00
James Phillips
645c9f85d2
Adds a draft of the snapshot agent docs.
2016-11-16 21:38:02 -08:00
Kyle Havlovitz
440611f9f7
Add snapshot inspect subcommand ( #2451 )
2016-10-31 19:37:27 -04:00
Kyle Havlovitz
72412237fd
Revert "Added website docs for snapshot inspect command"
...
This reverts commit 7d0318252ca8fd81192b1bdc45a4c37407aecd37.
2016-10-31 17:06:47 -04:00
Kyle Havlovitz
c97c59b070
Added website docs for snapshot inspect command
2016-10-31 17:01:27 -04:00
Seth Vargo
2d29c510dc
Switch to Docker-based website build process ( #2448 )
...
This has been working really well on Nomad and hashicorp.com, so I am
ready to port it out to Consul as a beta. This moves the local
development to a Docker container, which is the same container that we
use to publish the website in production. The result is much faster and
more consistent deploys.
2016-10-31 12:49:52 -07:00
Seth Vargo
863821b665
Add security page ( #2447 )
2016-10-29 12:44:20 -07:00
James Phillips
bc29610124
Adds support for snapshots and restores. ( #2396 )
...
* Updates Raft library to get new snapshot/restore API.
* Basic backup and restore working, but need some cleanup.
* Breaks out a snapshot module and adds a SHA256 integrity check.
* Adds snapshot ACL and fills in some missing comments.
* Require a consistent read for snapshots.
* Make sure snapshot works if ACLs aren't enabled.
* Adds a bit of package documentation.
* Returns an empty response from restore to avoid EOF errors.
* Adds API client support for snapshots.
* Makes internal file names match on-disk file snapshots.
* Adds DC and token coverage for snapshot API test.
* Adds missing documentation.
* Adds a unit test for the snapshot client endpoint.
* Moves the connection pool out of the client for easier testing.
* Fixes an incidental issue in the prepared query unit test.
I realized I had two servers in bootstrap mode so this wasn't a good setup.
* Adds a half close to the TCP stream and fixes panic on error.
* Adds client and endpoint tests for snapshots.
* Moves the pool back into the snapshot RPC client.
* Adds a TLS test and fixes half-closes for TLS connections.
* Tweaks some comments.
* Adds a low-level snapshot test.
This is independent of Consul so we can pull this out into a library
later if we want to.
* Cleans up snapshot and archive and completes archive tests.
* Sends a clear error for snapshot operations in dev mode.
Snapshots require the Raft snapshots to be readable, which isn't supported
in dev mode. Send a clear error instead of a deep-down Raft one.
* Adds docs for the snapshot endpoint.
* Adds a stale mode and index feedback for snapshot saves.
This gives folks a way to extract data even if the cluster has no
leader.
* Changes the internal format of a snapshot from zip to tgz.
* Pulls in Raft fix to cancel inflight before a restore.
* Pulls in new Raft restore interface.
* Adds metadata to snapshot saves and a verify function.
* Adds basic save and restore snapshot CLI commands.
* Gets rid of tarball extensions and adds restore message.
* Fixes an incidental bad link in the KV docs.
* Adds documentation for the snapshot CLI commands.
* Scuttle any request body when a snapshot is saved.
* Fixes archive unit test error message check.
* Allows for nil output writers in snapshot RPC handlers.
* Renames hash list Decode to DecodeAndVerify.
* Closes the client connection for snapshot ops.
* Lowers timeout for restore ops.
* Updates Raft vendor to get new Restore signature and integrates with Consul.
* Bounces the leader's internal state when we do a restore.
2016-10-25 19:20:24 -07:00
Seth Vargo
ce5c820c4a
Add kv delete command
2016-09-26 16:06:53 -07:00
Seth Vargo
d5dd8ef7a1
Add kv put command
2016-09-26 16:06:53 -07:00
Seth Vargo
a8dc0f86b6
Add kv get
2016-09-26 16:06:53 -07:00
James Phillips
1b7a16b7d3
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands.
2016-08-30 00:02:50 -07:00
James Phillips
757cbce708
Sorts the guides (redux).
2016-08-25 16:47:54 -07:00
James Phillips
ff4dd5e590
Sorts the guides.
2016-08-25 16:44:52 -07:00
James Phillips
b339b0d2fc
Adds performance tuning capability for Raft, detuned defaults, and supplemental docs.
2016-08-24 21:58:37 -07:00
James Phillips
6daf26ada4
Adds documentation for the transaction endpoint.
2016-05-11 14:18:47 -07:00
Seth Vargo
cf9d243240
Track enhanced links
2016-05-02 15:55:04 -04:00
captainill
a46acfeb25
refactor to encapsulate all side affects of displaying announcement bnr in one file
2016-03-08 14:59:06 -08:00
Kevin Fishner
bcbf906ebd
fix UTMs
2016-03-03 15:20:24 -08:00
Kevin Fishner
1c07280c38
update copyedit to add the word build
2016-03-03 15:19:05 -08:00
captainill
95337b7211
add announcement banner for Consul Enterprise launch
2016-03-03 12:23:30 -08:00
Seth Vargo
b7c502c15a
Add structured data
2016-01-24 13:27:30 -05:00
Seth Vargo
dc9131a732
Use HTTPS + www. where appropriate
2016-01-13 17:44:01 -05:00
captainill
b161727711
fix consul logo position in safari
2016-01-12 11:58:30 -08:00
captainill
3fa4451d05
position edit this page link to bottom of page
2015-12-19 22:29:11 -08:00
captainill
b276b8f06c
capital C in header by hashicorp lockup
2015-12-19 22:05:17 -08:00
captainill
3ac1b7321d
Merge branch 'master' into new_header
2015-12-19 21:39:34 -08:00
captainill
2573f15882
cleanup
2015-12-19 21:39:03 -08:00
James Phillips
9e29bb4238
Adds and updates docs for prepared queries.
2015-11-15 17:06:00 -08:00
captainill
88c96bbc62
edit page link does not belong in footer appearing like a nav link. should be associated with page content. updated
2015-11-09 15:39:34 -08:00
captainill
88f86c6255
refactor styles to be more atomic for header/footer usage
2015-11-09 15:34:32 -08:00
captainill
f3f4e0cf0a
use method terraform uses to keep footer at bottom of page
2015-11-09 13:18:24 -08:00
captainill
3509649a0c
footer redesign
2015-11-08 23:16:24 -08:00
captainill
d083c1c651
most styles
2015-11-06 23:38:43 -08:00
captainill
6c9f2df73c
basic structure of redesign
2015-11-06 23:17:00 -08:00
James Phillips
b3b1c6940b
Updates docs for network coordinates.
2015-10-23 15:23:01 -07:00
Sam Handler
6a27884e25
Add edit this page link in footer
2015-10-12 18:44:22 -04:00
Kevin Fishner
19b7099af3
update analytics
2015-07-28 15:59:05 -07:00
Ryan Uber
b082d2f529
website: link and formatting adjustments for configtest command
2015-05-11 09:42:06 -07:00
Kevin Fishner
abbbe683fb
add consul and the hc ecosystem
2015-04-20 16:29:21 -07:00
Ryan Uber
7f40698666
website: first pass at anti-entropy docs
2015-03-03 14:13:59 -08:00
Armon Dadgar
ab18b0fc32
website: Upgrading 0.5 docs
2015-02-19 11:03:02 -08:00
Armon Dadgar
52bdbdade9
website: Adding Atlas docs
2015-02-18 15:15:01 -08:00
Jack Pearkes
b93e2f6425
website: fix white bar
...
fixes #690
2015-02-11 17:49:17 -08:00
Ryan Uber
61322641ea
website: document maint command
2015-01-21 14:07:54 -08:00
Ryan Uber
4c83c6917d
fix space/tab mixing in docs.erb
2015-01-20 22:50:33 -08:00
Ryan Uber
65b41b9236
website: beginning http docs update
2015-01-20 22:49:41 -08:00
Armon Dadgar
b92b09cd19
website: Document the lock command
2015-01-19 16:43:38 -10:00
Armon Dadgar
8698d9bdb3
website: Document a distributed semaphore
2015-01-19 16:43:24 -10:00
Emil Hessman
4461c750bb
website: fix typo, casing and links
...
Fix typo in Leader Election guide: s/blog/blob/
Also fix various casing issues and prefer HTTPS links
for HashiCorp projects.
2015-01-04 12:58:58 +01:00
Seth Vargo
f718da8df6
Move IE compat into middleman-hashicorp
2014-12-30 13:45:15 -05:00
Seth Vargo
b62eb18b38
Update titles to be consistent with other sites
2014-12-30 13:18:25 -05:00
Ryan Uber
8dc53447a3
command: renamed keys to keyring to disambiguate usage
2014-11-19 16:31:06 -08:00
Ryan Uber
c0f1b5f8c8
website: document keys command
2014-11-19 16:30:22 -08:00
Seth Vargo
dd72095659
Create unified "Consul Tools" page to showcase our tools and the communities
2014-10-21 18:22:53 -04:00
Seth Vargo
e702810774
Add Consul Template to the download list
2014-10-21 16:24:00 -04:00
Seth Vargo
36a14019d1
Use a description attribute for HTML descriptions
2014-10-19 19:41:12 -04:00
Seth Vargo
dc9295fc3f
Move more javascript into the footer
2014-10-19 19:41:12 -04:00
Seth Vargo
74c981e0c6
Cleanup header HTML
2014-10-19 19:41:12 -04:00
Armon Dadgar
6755044e02
website: Adding FAQ page. Fixes #363 .
2014-10-13 17:46:41 -07:00
Seth Vargo
9a40bc0e54
Include one javascript file and use sprockets
2014-10-06 19:13:08 -04:00
Seth Vargo
179d960003
Remove Gruntfile
2014-10-06 19:11:52 -04:00
Armon Dadgar
ea20cabc0f
website: Updating docs
2014-09-01 15:03:37 -07:00
Armon Dadgar
2f8948fe89
website: Adding docs
2014-08-28 17:22:56 -07:00
Armon Dadgar
60a50301db
website: Document watches
2014-08-21 17:25:42 -07:00
Armon Dadgar
ea0a1dca2e
website: ACL internals
2014-08-18 15:46:59 -07:00
Armon Dadgar
5378542b1c
website: Document the new reload command
2014-06-11 11:01:36 -07:00