feat(api): add a curl example to the api_token creation

This commit is contained in:
simon lehericey 2024-01-19 10:15:55 +01:00
parent d4322bf947
commit df031a7563
3 changed files with 50 additions and 1 deletions

View 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;
}
}