12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- language: 'English',
- langCode: 'en', // if not specified will use folder
- defaultExampleCaption: "click here to open in a separate window",
- title: 'three.js fundamentals',
- description: 'Learn Three.js',
- link: 'http://threejsfundamentals.org/',
- commentSectionHeader: `
- <div>
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/discussions">Question</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?
- </div>
- <div class="lesson-comment-notes">
- Use <b><pre><code></b>code goes here<b></code></pre></b> for code blocks
- </div>
- `,
- missing: `
- Sorry this article has not been translated yet.
- [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄
-
- [Here's the original English article for now]({{{origLink}}}).
- `,
- contribTemplate: 'Thank you <a href="${html_url}"><img src="${avatar_url}"> ${login}</a><br>for <a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} contributions</a>',
- translations: {
- badTranslation: 'Sorry, the translation of this area is out of date. <a href="{{link}}">Please consider helping to fix it</a>.',
- updateNeeded: 'The translation of this article is out of date. <a href="{{link}}">Please consider helping to fix it</a>.',
- },
- toc: 'Table of Contents',
- categoryMapping: {
- 'basics': 'Basics',
- 'solutions': 'Solutions',
- 'webvr': 'WebVR',
- 'optimization': 'Optimization',
- 'tips': 'Tips',
- 'fundamentals': 'Fundamentals',
- 'reference': 'Reference',
- },
- }
|