feat: begin adding copy function to code component
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# Example
|
||||
# Base URL
|
||||
|
||||
This is the example for the introduction page.
|
||||
The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance.
|
||||
|
||||
{% code heading="BASE URL" language="text" %}
|
||||
|
||||
```text
|
||||
https://api.onspring.com
|
||||
```
|
||||
|
||||
{% code language="javascript" %}
|
||||
console.log('hello world');
|
||||
{% /code %}
|
||||
|
||||
Reference in New Issue
Block a user