Skip to content

Commit

Permalink
chore(build): Adds UX topics to build
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Dec 11, 2019
1 parent f8cede2 commit 5ffa09f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ buildItems([
{ type: 'topic', id: 'javascript', locale: 'pt-BR', track: 'js' },
{ type: 'topic', id: 'scm', locale: 'pt-BR', track: 'js' },
{ type: 'topic', id: 'shell', locale: 'pt-BR', track: 'js' },
// UX Topics (spanish)
{ type: 'topic', id: 'content-management', locale: 'es-ES', track: 'ux' },
{ type: 'topic', id: 'interaction-design', locale: 'es-ES', track: 'ux' },
{ type: 'topic', id: 'intro-ux', locale: 'es-ES', track: 'ux' },
{ type: 'topic', id: 'prototyping', locale: 'es-ES', track: 'ux' },
{ type: 'topic', id: 'talent-fest', locale: 'es-ES', track: 'ux' },
{ type: 'topic', id: 'ux-research', locale: 'es-ES', track: 'ux' },
])
.then(results => {
const hasErrors = results.reduce(
Expand Down

0 comments on commit 5ffa09f

Please sign in to comment.