Skip to content

Commit b0c7a11

Browse files
committed
Ensure use of signup
1 parent 29d3bcd commit b0c7a11

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

_posts/articles/2017-06-03-api-docs-with-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,5 @@ Each time that the code builds, the `swagger.json` file updates with the most cu
161161
Static site generators are all the rage, and for good reason. Providing a lightweight framework that can be deployed quickly is a huge asset when documenting APIs, especially external-facing documentation. Numerous options are available, but DapperDox felt like the right fit for our needs.
162162

163163
The pain of determining why DapperDox was broken and the additional coding required to fix the problem was worth the effort, and we are poised to integrate this process into the next set of APIs that our team develops.
164+
165+
{% include sign-up.html %}

_posts/articles/2017-06-05-free-open-source-api-doc-tools.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ image:
1212
comments: true
1313
share: true
1414
---
15+
{% include sign-up.html %}
1516

1617
Open source API documentation generators
1718
========================================
@@ -295,3 +296,5 @@ An **Application Programming Interface (API)** is a set of clearly defined metho
295296
- **API providers**: To provide an overview of free and open source tools for companies that want to share, update or customize their API docs or developer portal.
296297
- **Developer portal builders**: To provide an independent review of existing developer portal solutions that developer teams tasked with building developer portals can use as a reference in discussions with their clients, to make it easier to select the one that best fits their needs.
297298
- **Technical writers**: To create a resource that tech writers can use to select the API documentation infrastructure that fits best with their existing authoring workflows.
299+
300+
{% include sign-up.html %}

_posts/articles/2017-09-19-cisco-devnet-pubhub.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ Because the system is meant for individual teams to review their own content, th
6767
## Do you have automation? If so, what type or tooling, and where is the automation in the workflow?
6868

6969
Yes, absolutely as that's one of the drivers for the system, is to enable automation and integration into existing CI/CD workflows to keep in sync with code changes. The PubHub system uses Apache Kafka to manage notifications on updates for each repo and then publish them as static files. The automation for publishing is triggered when the team makes a "release" of the repository, indicating that the content is ready for public consumption.
70+
71+
{% include sign-up.html %}

0 commit comments

Comments
 (0)