feat(api): add a curl example to the api_token creation
This commit is contained in:
parent
d4322bf947
commit
df031a7563
3 changed files with 50 additions and 1 deletions
22
app/assets/stylesheets/code_example.scss
Normal file
22
app/assets/stylesheets/code_example.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
@import "constants";
|
||||
@import "colors";
|
||||
|
||||
.code-example {
|
||||
background-color: var(--background-contrast-grey);
|
||||
|
||||
.example-header {
|
||||
display: flex;
|
||||
background-color: var(--background-alt-grey);
|
||||
align-items: center;
|
||||
|
||||
.lang {
|
||||
margin-right: auto;
|
||||
padding: $default-padding;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 0 $default-padding;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue