Skip to content

Commit

Permalink
📜Create guide for rendering text (#118)
Browse files Browse the repository at this point in the history
* Start work for issue #117

* config: set 'next version' back to enabled for dev purposes

* docs: remove fonts guide from coming soon sections

* docs: update side bar order of coming soon pages

* config: rename navbar and footer links from 'tutorial' to 'guides

* config: change 'tutorials' to 'guides'

* chore: change folder name from 'tutorial' to 'guides'

* update hello velaptor guide to be a more comprehensive render text guide

* docs: update image links

* update rendering text guides for other versions

* update code snippets

* update tutorial project link
  • Loading branch information
CalvinWilkinson authored Oct 6, 2023
1 parent 1d9b764 commit db24ddc
Show file tree
Hide file tree
Showing 132 changed files with 2,765 additions and 2,201 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 9,
"link": {
"type": "generated-index",
"description": "New tutorials that are on their way. 😀"
"description": "New guides that are on their way. 😀"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 7
---

# Fonts
# Scenes

Documentation coming soon!!
:::note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 9
---

# Windows
# System Monitors

Documentation coming soon!!
:::note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 8
---

# Scenes
# Windows

Documentation coming soon!!
:::note
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Add the Velaptor [NuGet package](https://www.nuget.org/packages/KinsonDigital.Ve
- Make sure to click the preview check box in your IDE of choice. Since Velaptor is currently in preview, clicking the checkbox will allow you to see the NuGet package.
<Tabs>
<TabItem value="vs" label="Visual Studio" default>
<img src={require('@site/static/img/tutorials/guides/hello-velaptor/nuget-vs.jpg').default} alt="Example banner"/>
<img src={require('@site/static/img/tutorials/guides/rendering-text/nuget-vs.jpg').default} alt="Example banner"/>
</TabItem>
<TabItem value="banana" label="JetBrains Rider">
<img src={require('@site/static/img/tutorials/guides/hello-velaptor/nuget-rider.jpg').default} alt="Example banner"/>
<img src={require('@site/static/img/tutorials/guides/rendering-text/nuget-rider.jpg').default} alt="Example banner"/>
</TabItem>
</Tabs>

Expand Down
Loading

0 comments on commit db24ddc

Please sign in to comment.