Removing unwanted files
Signed-off-by: Rudra-SH <rudra099999@gmail.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': major
|
||||
'@backstage/plugin-techdocs': major
|
||||
'@backstage/plugin-techdocs-backend': minor
|
||||
---
|
||||
|
||||
Improved keyboard accessibility across the left navigation folders
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Sample Code
|
||||
|
||||
This page provides some sample code which may be used in your example component.
|
||||
|
||||
This code uses TypeScript, and the Markdown code fence to wrap the code.
|
||||
|
||||
# Placeholder text for nested folders.
|
||||
|
||||
```typescript
|
||||
const serviceEntityPage = (
|
||||
<EntityLayout>
|
||||
<EntityLayout.Route path="/" title="Overview">
|
||||
<Grid container spacing={3} alignItems="stretch">
|
||||
<Grid item md={6}>
|
||||
<EntityAboutCard variant="gridItem" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</EntityLayout.Route>
|
||||
<EntityLayout.Route path="/docs" title="Docs">
|
||||
<EntityTechdocsContent />
|
||||
</EntityLayout.Route>
|
||||
</EntityLayout>
|
||||
);
|
||||
```
|
||||
|
||||
Here is an example of Python code:
|
||||
|
||||
```python
|
||||
def getUsersInGroup(targetGroup, secure=False):
|
||||
|
||||
if __debug__:
|
||||
print('targetGroup=[' + targetGroup + ']')
|
||||
```
|
||||
@@ -1,33 +0,0 @@
|
||||
# Sample Code
|
||||
|
||||
This page provides some sample code which may be used in your example component.
|
||||
|
||||
This code uses TypeScript, and the Markdown code fence to wrap the code.
|
||||
|
||||
# Placeholder text for nested folders.
|
||||
|
||||
```typescript
|
||||
const serviceEntityPage = (
|
||||
<EntityLayout>
|
||||
<EntityLayout.Route path="/" title="Overview">
|
||||
<Grid container spacing={3} alignItems="stretch">
|
||||
<Grid item md={6}>
|
||||
<EntityAboutCard variant="gridItem" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</EntityLayout.Route>
|
||||
<EntityLayout.Route path="/docs" title="Docs">
|
||||
<EntityTechdocsContent />
|
||||
</EntityLayout.Route>
|
||||
</EntityLayout>
|
||||
);
|
||||
```
|
||||
|
||||
Here is an example of Python code:
|
||||
|
||||
```python
|
||||
def getUsersInGroup(targetGroup, secure=False):
|
||||
|
||||
if __debug__:
|
||||
print('targetGroup=[' + targetGroup + ']')
|
||||
```
|
||||
@@ -1,33 +0,0 @@
|
||||
# Sample Code
|
||||
|
||||
This page provides some sample code which may be used in your example component.
|
||||
|
||||
This code uses TypeScript, and the Markdown code fence to wrap the code.
|
||||
|
||||
# Placeholder text for nested folders.
|
||||
|
||||
```typescript
|
||||
const serviceEntityPage = (
|
||||
<EntityLayout>
|
||||
<EntityLayout.Route path="/" title="Overview">
|
||||
<Grid container spacing={3} alignItems="stretch">
|
||||
<Grid item md={6}>
|
||||
<EntityAboutCard variant="gridItem" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</EntityLayout.Route>
|
||||
<EntityLayout.Route path="/docs" title="Docs">
|
||||
<EntityTechdocsContent />
|
||||
</EntityLayout.Route>
|
||||
</EntityLayout>
|
||||
);
|
||||
```
|
||||
|
||||
Here is an example of Python code:
|
||||
|
||||
```python
|
||||
def getUsersInGroup(targetGroup, secure=False):
|
||||
|
||||
if __debug__:
|
||||
print('targetGroup=[' + targetGroup + ']')
|
||||
```
|
||||
@@ -1,33 +0,0 @@
|
||||
# Sample Code
|
||||
|
||||
This page provides some sample code which may be used in your example component.
|
||||
|
||||
This code uses TypeScript, and the Markdown code fence to wrap the code.
|
||||
|
||||
# Placeholder text for nested folders.
|
||||
|
||||
```typescript
|
||||
const serviceEntityPage = (
|
||||
<EntityLayout>
|
||||
<EntityLayout.Route path="/" title="Overview">
|
||||
<Grid container spacing={3} alignItems="stretch">
|
||||
<Grid item md={6}>
|
||||
<EntityAboutCard variant="gridItem" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</EntityLayout.Route>
|
||||
<EntityLayout.Route path="/docs" title="Docs">
|
||||
<EntityTechdocsContent />
|
||||
</EntityLayout.Route>
|
||||
</EntityLayout>
|
||||
);
|
||||
```
|
||||
|
||||
Here is an example of Python code:
|
||||
|
||||
```python
|
||||
def getUsersInGroup(targetGroup, secure=False):
|
||||
|
||||
if __debug__:
|
||||
print('targetGroup=[' + targetGroup + ']')
|
||||
```
|
||||
@@ -5,14 +5,8 @@ edit_uri: edit/master/plugins/techdocs-backend/examples/documented-component/doc
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Subpage: sub-page.md
|
||||
- Code Sample:
|
||||
- Overview: code/code-sample.md
|
||||
- Example 1: code/example1.md
|
||||
- Example 2: code/example2.md
|
||||
- Extensions:
|
||||
- Overview: extensions.md
|
||||
- Advanced: extensions/advanced.md
|
||||
- API Reference: extensions/api-reference.md
|
||||
- 'Code Sample': code/code-sample.md
|
||||
- Extensions: extensions.md
|
||||
|
||||
plugins:
|
||||
- techdocs-core
|
||||
|
||||
Reference in New Issue
Block a user