Skip to content

Commit

Permalink
Move "screenshots" out of "public" dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 18, 2024
1 parent 8c6470f commit a7d5828
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/runtime/rendering/canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Canvas
description: Drawing to the screen using the Canvas API
---

import CanvasHouseScreenshot from '@/public/screenshots/canvas-house.jpg';
import CanvasHouseScreenshot from '@/screenshots/canvas-house.jpg';

nx.js does not implement a full DOM for rendering content to the screen.
Instead, it offers the more low-level Canvas API which allows your application
Expand Down
2 changes: 1 addition & 1 deletion docs/content/runtime/rendering/console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Console
description: Logging to the Console for text based applications
---

import HelloWorldScreenshot from '@/public/screenshots/hello-world.jpg';
import HelloWorldScreenshot from '@/screenshots/hello-world.jpg';

If your application is purely text-based, you can use the familiar
global [`console`](/runtime/api/variables/console) object to write textual data to the screen of the application
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit a7d5828

Please sign in to comment.