Skip to content

Commit 235c0b8

Browse files
committed
update with no more related
1 parent 011cdd0 commit 235c0b8

17 files changed

+3
-76
lines changed

src/pages/blocks/codeblock/code-0.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,3 @@ aio app run --local
5454
- Always specify a language for syntax highlighting
5555
- Use for straightforward code examples
5656
- Keep code blocks concise and focused
57-
58-
## Related
59-
60-
- [Code Examples](/blocks/codeblock/code.md) - Advanced code block features
61-
- [Code Block](/blocks/codeblock/code-block.md) - Code Block component

src/pages/blocks/codeblock/code-block-with-picklist.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,3 @@ start();
108108
- Use descriptive language labels (e.g., file names or language names)
109109
- Keep the number of options reasonable (typically 3-7)
110110
- Order languages logically (e.g., HTML, CSS, JavaScript)
111-
112-
## Related
113-
114-
- [Code Block](/blocks/codeblock/code-block.md) - Basic code block component
115-
- [Code Block without Picklist](/blocks/codeblock/code-block-without-picklist.md) - Multiple code blocks without language selection

src/pages/blocks/codeblock/code-block-without-picklist.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,3 @@ start();
109109
- Ideal for showing progression or related files side-by-side
110110
- Keep headings clear to distinguish between blocks
111111

112-
## Related
113-
114-
- [Code Block](/blocks/codeblock/code-block.md) - Basic code block component
115-
- [Code Block with Picklist](/blocks/codeblock/code-block-with-picklist.md) - Code blocks with language picker

src/pages/blocks/codeblock/code-highlighted-line.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,3 @@ curl -i -X POST 'https://graffias.adobe.io/graffias/graphql'
4040
- Highlight only the most important lines to avoid overwhelming the reader
4141
- Use line ranges (e.g., `1-5`) for consecutive lines
4242
- Set `data-line-offset` when showing excerpts from larger files
43-
44-
## Related
45-
46-
- [Code Block](/blocks/codeblock/code-block.md) - Basic code block component
47-
- [Code Examples](/blocks/codeblock/code.md) - More code block features

src/pages/blocks/codeblock/code-in-list.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,3 @@ Once your project is set up in [Adobe Developer Console](/console), let's move o
5454
- Indent code blocks with 4 spaces or 1 tab to nest within list items
5555
- Use for step-by-step tutorials and installation guides
5656
- Add explanatory text before and after code blocks for context
57-
58-
## Related
59-
60-
- [Code Block](/blocks/codeblock/code-block.md) - Basic code block component
61-
- [Inline Code](/blocks/inline-code/index.md) - For inline code within text

src/pages/blocks/codeblock/code-in-table.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,3 @@ Use backticks for inline code in table cells:
3535
- Use inline code for property names, types, and values
3636
- Keep table formatting clean and aligned
3737
- Ideal for API reference documentation
38-
39-
## Related
40-
41-
- [Inline Code](/blocks/inline-code/index.md) - Using inline code formatting
42-
- [List](/blocks/list/index.md) - Formatting lists

src/pages/blocks/codeblock/code-overload.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,3 @@ start();
200200
- Keep attribute combinations logical and purposeful
201201
- Test complex code blocks to ensure they render correctly
202202
- Consider if simpler alternatives would be more readable
203-
204-
## Related
205-
206-
- [Code Examples](/blocks/codeblock/code.md) - Standard code block features
207-
- [Code with Highlighted Lines](/blocks/codeblock/code-highlighted-line.md) - Line highlighting
208-
- [Code Block](/blocks/codeblock/code-block.md) - Code Block component

src/pages/blocks/codeblock/code.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,3 @@ Returns the details of the namespace associated with the specified organization
105105
- Use `data-line` to highlight important code sections
106106
- Use `disableLineNumbers` for short, simple commands
107107
- Set `data-line-offset` when showing code excerpts
108-
109-
## Related
110-
111-
- [Code Block](/blocks/codeblock/code-block.md) - Code Block component
112-
- [Code with Highlighted Lines](/blocks/codeblock/code-highlighted-line.md) - Line highlighting examples
113-
- [Inline Code](/blocks/inline-code/index.md) - For inline code formatting
File renamed without changes.

src/pages/blocks/footer/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ Provide details about your requested changes and the team will help with:
2828
- Modifying footer content
2929
- Custom requirements for your project
3030

31-
## Related
32-
33-
- [TopNav](/blocks/topnav/index.md) - Top navigation configuration
34-
- [SideNav](/blocks/sidenav/index.md) - Side navigation configuration
35-

0 commit comments

Comments
 (0)