cicid/docs/CloudtopiaaInstances/Preface.md
2024-11-05 16:27:23 +05:30

1.3 KiB
Raw Permalink Blame History

sidebar_label sidebar_position
Preface 1

import CodeBlock from '@site/src/components/CodeBloack';

Preface

Document Conventions

Admonitions and Call-Outs
  • Info: Additional detail about a topic will be called out with the "info" symbol.

  • 💡 Tip: Tips and advice will appear with a "lightbulb" admonition.

  • ⚠️ Warning: Warnings and strong recommendations will appear next to a caution exclamation.

  • Crucial: Crucial advice and information will appear next to a red exclamation.

Single-line Commands and Code
If instructed to type a single command, it will be displayed in a monospace font and highlighted like this example:

<CodeBlock code={ipa -vvv cert-find --all } />

Multi-line Commands, Code / File Contents
If instructed to type multi-line commands, create or modify code blocks and or file contents the information will be monospaced and placed in a callout box like this example:

<CodeBlock code={require 'sinatra' get '/hi' do "Hello World!" end} />