The Developer Education Platform from Vonage
Table of Contents
- Introduction
- Installation
- Writing For Vonage
- Contributing
- Components
- Writing Style
- Tools
- License
- Change log
A Nuxt based content platform for content from the Vonage Developer Education Team.
- "Zero configuration" local builds - no search
- Algolia search with
vue-instantsearch
andalgoliasearch
- requires some configuration - Markdown content using official
@nuxt/content
module - RSS2 and JSON1 feeds using
@nuxtjs/feeds
- Netlify CMS for content management
- Bespoke command line developer experience using the Blog CLI
- Serverless Server-side Analytics
- Global components like
<Youtube/>
and<SignUp/>
Please checkout the local setup guide for more information on installation and usage.
Teach others, grow as a writer, and help us build the next go-to destination for developers in search of high quality technical content and inspiring development stories.
We pay $500 USD per post. Your tutorial will be published on our platform, on syndication sites, on social media, and may even be shared featured in our newsletters.
Check out the Vonage Developer Spotlight Programme today.
Please read our contributing guide and Code of Conduct before making a pull request.
Global components can be included in posts to help produce consistent content.
<sign-up></sign-up>
<youtube></youtube>
Taken from our developer education writing styleguide, we've included our contributing guide to help with contributing content.
We've built-in our own version of capitalizemytitle.com, which you can find here
We've built our own content tag generator which you can find here
Create a new blog post using the CLI.
npm run blog
# > vonage-dev-blog@0.0.0 blog /Users/luke/Projects/nexmo/dev-education-poc
# > node bin/blog
#
# ℹ Vonage DevEd Post CLI
# ℹ by @lukeocodes
#
# ? Would you like to create or translate a blog post? Create
# ? What's the title for this post? <max 70 chars> An awesome ...
# ? What's the description? <max 240 chars> An awesome description ...
# ? What language would you like to create a post in? English
# ? Who's the author? Luke Oliff
# ? What's the category? Tutorial
# ? Enable comments? Yes
# ? By spotlight author? No
# ✔ Saved demo file to content/blog/en/an-awesome-title-for-your-post.md ...
You can also start a translation with the same tool.
npm run blog
# > vonage-dev-blog@0.0.0 blog /Users/luke/Projects/nexmo/dev-education-poc
# > node bin/blog
#
# ℹ Vonage DevEd Post CLI
# ℹ by @lukeocodes
#
# ? Would you like to create or translate a blog post? Translate
# ? What post would you like to translate? Add Strong PSD2 Authentication to Your Application
# ? What language would you like to create a post in? Italiano
# ? What's the title for this post? <max 70 chars> Aggiungi l’Autenticazione Forte PSD2 alla Tua App
# ? What's the description? <max 240 chars> Scopri come aggiungere alla tua app l'autenticazione dei pagamenti online "Secure Customer Authentication", noto anche come PSD2, con Vonage Verify API
# ✔ Saved demo file to content/blog/it/add-strong-psd2-authentication-to-your-application.md ...
The content of this project itself is licensed under the Creative Commons Attribution 4.0 International license, and the underlying source code used to format and display that content is licensed under the MIT license.
This project maintains a changelog based on our GitHub releases.