Skip to content

Commit

Permalink
Merge pull request #9 from OpenMobileAlliance/updates
Browse files Browse the repository at this point in the history
Issues #1 nad #7
  • Loading branch information
jpradocueva authored Sep 23, 2021
2 parents 767e6be + 6085d37 commit f2b09c3
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 94 deletions.
1 change: 1 addition & 0 deletions content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ features:
- Feature 2
- Feature 3
footer: MIT Licensed | Copyright © 2018-present Evan You

---
### V1.2 Functionality
<YoutubeSubscribeButton identifier="my-subscribe-button" channel="GoogleDevelopers"></YoutubeSubscribeButton>
Expand Down
11 changes: 7 additions & 4 deletions content/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"title": "DMSE Documentation",
"url": "",
"logo": {
"light": "./icon1.png",
"dark": "./icon1.png"
"light": "./oma2.png",
"dark": "./oma2.png"
},
"github": "openmobilealliance/Documentation",
"github": "OpenMobileAlliance",
"twitter": "OMASpecWorks",
"linkedin": "https://www.linkedin.com/company/open-mobile-alliance/?viewAsMember=true"
"algolia": {
"apiKey": "3677e049d48c83792ba0d2cb0715a12f",
"indexName": "nuxtjs_content"
}
}
8 changes: 5 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import theme from '@nuxt/content-theme-docs'

export default theme({
modules: [
'nuxt-linkedin-pixel-module',
['nuxt-youtube-subscribe-module', {
tag: 'YoutubeSubscribeButton'
}]
Expand All @@ -11,7 +10,10 @@ export default theme({
docs: {
primaryColor: '#E24F55'
},
router: { base: '/dmse-documentation/' },

router: {
base: '/dmse-documentation/'
},
build: {
publicPath: '/_nuxt/',
babel:{
Expand All @@ -34,7 +36,7 @@ export default theme({
},
head: {
title: "my first nuxt proj - main page",
link: [{ rel: 'icon', type: 'image/png', href: '../oma-logo.png' }],
link: [{ rel: 'icon', type: 'image/png', href: './oma-logo.png' }],
}

})
261 changes: 176 additions & 85 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"dependencies": {
"@nuxt/content-theme-docs": "^0.7.1",
"@nuxtjs/axios": "^5.13.5",
"algoliasearch": "^4.10.2",
"nuxt": "^2.15.2",
"nuxt-linkedin-pixel-module": "^1.0.2",
"nuxt-youtube-subscribe-module": "^0.1.1"
"nuxt-youtube-subscribe-module": "^0.1.1",
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28"
},
"devDependencies": {
"@nuxtjs/cssnano": "^1.0.1",
Expand Down
Binary file removed static/icon1.png
Binary file not shown.
Binary file modified static/oma-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/oma2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2b09c3

Please sign in to comment.