Skip to content

Commit 1ddaa0c

Browse files
committed
clarification of page titles
1 parent 0f05607 commit 1ddaa0c

File tree

32 files changed

+42
-42
lines changed

32 files changed

+42
-42
lines changed

mq-onpremise/getting_started/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronMQ On-Premise Installation
2+
title: IronMQ On-Premise Getting Started
33
summary: "IronMQ On-Premise requires some knowledge of deployment and server management. If you do not possess these skills please schedule a consultation with our team"
44
layout: default
55
section: mq-onpremise
@@ -63,7 +63,7 @@ is to create a persistent data volume container that is mounted where you
6363
would like to store data. Here is a brief example, see Docker docs for details:
6464

6565
```
66-
// create the data container, mounted on host at /mnt/data
66+
// create the data container, mounted on host at /mnt/data
6767
// note: ironmq and ironauth both store their data at /ironmq/data in container by default
6868
$ docker run -name irondata -v /mnt/data:/ironmq/data busybox true
6969

mq-onpremise/integrations/amazon_sqs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronMQ On-Premise Installation
2+
title: IronMQ On-Premise SQS Instructions
33
summary: "We allow our customers to make seamless transitions to IronMQ by allowing them to utilitze the power of IronMQ without having to write a line of extra code"
44
layout: default
55
section: mq-onpremise

mq-onpremise/reference/auth_api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronAuth API
2+
title: IronAuth API Reference
33
summary: "IronAuth API used to authenticate users that hit the IronMQ API."
44
layout: default
55
section: mq-onpremise
@@ -136,7 +136,7 @@ GET `/1/users`
136136

137137
* **previous**: to paginate, the id of the last user from the last page; if not specified, will start from beginning.
138138
* **per_page**: size of the list to return. Default: 30, max: 100.
139-
139+
140140

141141
```js
142142
response: {

mq-onpremise/reference/client_libraries/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ section: mq-onpremise
77

88
## Official Client Libraries
99

10-
These are our official client libraries for IronMQ Enterprise <a href="/mq/reference/api">REST/HTTP API</a>.&nbsp;<br>
10+
These are our official client libraries for IronMQ On-Premise <a href="/mq/reference/api">REST/HTTP API</a>.&nbsp;<br>
1111
<div>
1212
<ul class="libs" style="min-height: 100px;">
1313
<li><a href="https://github.com/iron-io/iron_go3" target="_blank" data-lang="go">Go</a></li>

mq/reference/beanstalk/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Beanstalk Interface
2+
title: Beanstalk Reference Guide
33
layout: default
44
section: mq
55
breadcrumbs:
66
- ['Reference', '/reference']
77
- ['Beanstalk Interface', '/beanstalk']
88
---
99

10-
You can use any of the [Beanstalkd clients](https://github.com/kr/beanstalkd/wiki/client-libraries) with IronMQ. The list of supported languages is extensive and so there is sure to one for your language of choice.
10+
You can use any of the [Beanstalkd clients](https://github.com/kr/beanstalkd/wiki/client-libraries) with IronMQ. The list of supported languages is extensive and so there is sure to one for your language of choice.
1111

1212
<section id="toc">
1313
<h3>Table of Contents</h3>
@@ -17,7 +17,7 @@ You can use any of the [Beanstalkd clients](https://github.com/kr/beanstalkd/wik
1717
<li><a href="#authentication">Authentication</a></li>
1818
<li><a href="#tubes_vs_queues">Tubes vs Queues</a></li>
1919
<li><a href="#notes">Notes</a></li>
20-
</ul>
20+
</ul>
2121
</section>
2222

2323
<h2 id="beanstalk_libraries">Beanstalk Libraries</h2>
@@ -69,10 +69,10 @@ Check out list of client libraries [on GitHub](https://github.com/kr/beanstalkd/
6969

7070
<h2 id="host_information">Host Information</h2>
7171

72-
To connect to IronMQ using Beanstalkd, use one of the [hosts on our Clouds page](/mq/reference/clouds).
72+
To connect to IronMQ using Beanstalkd, use one of the [hosts on our Clouds page](/mq/reference/clouds).
7373

74-
**NOTE**: Beanstalkd is currently not supported on Rackspace. Please use one of our
75-
[HTTP clients](/mq/libraries) if you are on Rackspace.
74+
**NOTE**: Beanstalkd is currently not supported on Rackspace. Please use one of our
75+
[HTTP clients](/mq/libraries) if you are on Rackspace.
7676

7777
<h2 id="authentication">Authentication</h2>
7878
Because IronMQ requires authentication, the first command you send must put a message onto the queue with the contents:

mq/reference/configuration/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configuring the Official Client Libraries
2+
title: IronMQ Client Library Configuration
33
section: mq
44
breadcrumbs:
55
- ['Reference', '/reference']

mq/reference/environment/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronMQ Environment
2+
title: IronMQ Environment : Message and Queue Attributes
33
layout: default
44
section: mq
55
breadcrumbs:

mq/reference/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronMQ Reference
2+
title: IronMQ Push Queue Alerts Reference
33
layout: default
44
section: mq
55
breadcrumbs:

mq/reference/push_queues/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronMQ Push Queues
2+
title: IronMQ Push Queues Reference
33
layout: default
44
section: mq
55
breadcrumbs:

solutions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Solutions
2+
title: Iron Solutions
33
layout: default
44
section: solutions
55
---

worker/azure/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronWorker on Azure
2+
title: IronWorker Getting Started on Azure
33
layout: default
44
section: worker
55
breadcrumbs:

worker/examples/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Worker Samples & Examples
2+
title: IronWorker Samples & Examples
33
layout: default
44
section: worker
55
breadcrumbs:

worker/integrations/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Integrations
2+
title: IronWorker Integrations
33
layout: default
44
section: worker
55
breadcrumbs:

worker/iron_casts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronCasts
2+
title: IronCasts: IronWorker
33
layout: default
44
section: worker
55
breadcrumbs:

worker/languages/dotnet/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in .NET
2+
title: IronWorkers in .NET
33
layout: default
44
section: worker
55
breadcrumbs:

worker/languages/go/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in Go
2+
title: IronWorkers in Go
33
layout: default
44
section: worker
55
breadcrumbs:

worker/languages/java/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in Java
2+
title: IronWorkers in Java
33
layout: default
44
section: worker
55
breadcrumbs:

worker/languages/nodejs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in Node.js
2+
title: IronWorkers in Node.js
33
layout: default
44
section: worker
55
breadcrumbs:
@@ -109,7 +109,7 @@ runtime "node"
109109
exec "hello_worker.js" # replace with your file
110110
```
111111

112-
_To change your worker's version, you may place `stack "node-0.10"` (e.x.) in your .worker file, for more see [.worker syntax](/worker/reference/dotworker/#syntax_reference)._
112+
_To change your worker's version, you may place `stack "node-0.10"` (e.x.) in your .worker file, for more see [.worker syntax](/worker/reference/dotworker/#syntax_reference)._
113113

114114
<h3 id="upload_your_worker">Upload Your Worker</h3>
115115

@@ -203,7 +203,7 @@ statusCode: 200
203203
```
204204

205205

206-
**Note**: Please make sure to check out our official [node client library](/worker/libraries)
206+
**Note**: Please make sure to check out our official [node client library](/worker/libraries)
207207

208208

209209
<h2 id="deep_dive">Deep Dive</h2>

worker/languages/php/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in PHP
2+
title: IronWorkers in PHP
33
layout: default
44
section: worker
55
breadcrumbs:

worker/languages/python/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in Python
2+
title: IronWorkers in Python
33
layout: default
44
section: worker
55
breadcrumbs:
@@ -172,7 +172,7 @@ for i in range(len(sys.argv)):
172172

173173
<h3 id="exit_example">Ensuring your script exits with the right exit code</h3>
174174

175-
It is important in some cases to declare a explicit exit code to give our systems a indication if your worker has completed sucessfully or failed. this also prevents instances where your worker may just hang or wait.
175+
It is important in some cases to declare a explicit exit code to give our systems a indication if your worker has completed sucessfully or failed. this also prevents instances where your worker may just hang or wait.
176176
In your worker:
177177

178178
```python

worker/languages/ruby/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Writing Workers in Ruby
2+
title: IronWorkers in Ruby
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronWorker REST HTTP API
2+
title: IronWorker API Reference
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/cli/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: The IronWorker Command Line Interface
2+
title: The IronWorker Command Line Tool
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/configuration-variables/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronWorker Configuration Variables
2+
title: Using Configuration Variables with IronWorker
33
section: worker
44
breadcrumbs:
55
- ['Reference', '/reference']

worker/reference/configuration/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configuring the Official Client Libraries
2+
title: IronWorker Client Library Configuration
33
section: worker
44
breadcrumbs:
55
- ['Reference', '/reference']

worker/reference/disk-storage/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Local Disk Storage
2+
title: IronWorker: Using Temporary Local Disk Storage
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/dotworker/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: .worker Files
2+
title: .worker File Reference Guide
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/environment/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IronWorker Environment
2+
title: IronWorker Environment & Stack Information
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/payload/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: The IronWorker's Payload
2+
title: Sending and Accessing a Payload to IronWorker
33
layout: default
44
section: worker
55
breadcrumbs:

worker/reference/security/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Securing Your Workers
2+
title: IronWorker Security
33
layout: default
44
section: worker
55
breadcrumbs:

worker/scheduling/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Scheduling Tasks
3+
title: IronWorker: Scheduling Tasks with Scheduler
44
section: worker
55
breadcrumbs:
66
- ["Scheduling Tasks", "/scheduling"]

worker/turnkey/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Turnkey Workers
2+
title: IronWorker: Turnkey Workers : Deploying Workers from Github
33
layout: default
44
section: worker
55
breadcrumbs:

0 commit comments

Comments
 (0)