Check out a few blocks
10min
archbee provides 4 types of blocks basic, media, developer, and embed for a better view of this page, publish it (see how to do this in publish your portal guide) ๐งฑ check out some of our basic blocks ๐ฑ๏ธclick here to expand/collapse the heading you can use this vertical split to present content side by side on the right, you have a button click the settings icon on the button to select where you want it to navigate and you can also add other blocks inside the vertical split this is the link list you can use it to create navigation menus and you can customize the heading by color, image or just leave it blank this is the first tab you can also add blocks inside here this is a nested callout block ๐ฃ need to draw attention? use callouts ๐ด danger warn your readers of potential dangers when they take a particular action ๐ฎ well done! pat yourself on the back for reaching your documentation goals ๐ we also have awesome developer blocks ๐ endpoint docs below is a single endpoint descriptor great for describing webhooks or single endpoint apis โจ๏ธ code blocks package main import "fmt" import "time" func worker(done chan bool) { fmt print("working ") time sleep(time second) fmt println("done") done < true } \# python3 program to demonstrate \# the use of sample() function \# import random import random \# prints list of random items of \# length 3 from the given list list1 = \[1, 2, 3, 4, 5, 6] print("with list ", random sample(list1, 3)) \# prints list of random items of \# length 4 from the given string string = "geeksforgeeks" print("with string ", random sample(string, 4)) \# prints list of random items of \# length 4 from the given tuple tuple1 = ("ankit", "geeks", "computer", "science", "portal", "scientist", "btech") print("with tuple ", random sample(tuple1, 4)) \# prints list of random items of \# length 3 from the given set set1 = {"a", "b", "c", "d", "e"} print("with set ", random sample(set1, 3)) / c# program to check whether the entered year is a leap year or not / using system; using system collections generic; using system linq; using system text; namespace program { class leapyear { static void main(string\[] args) { leapyear obj = new leapyear(); obj readdata(); obj leap(); } int y; public void readdata() { console writeline("enter the year in four digits "); y = convert toint32(console readline()); } public void leap() { if ((y % 4 == 0 && y % 100 != 0) || (y % 400 == 0)) { console writeline("{0} is a leap year", y); } else { console writeline("{0} is not a leap year", y); } console readline(); } } } ๐ api docs you can add openapi apis by typing (api) or (swagger) you can also add graphiql allowing you to edit your graphql endpoints just type (gql) in the editor ๐ changelogs need good looking changelogs? ๐ก diagrams below is a mermaid js diagram, markdown based sequencediagram participant alice participant bob alice >>john hello john, how are you? loop healthcheck john >>john fight against hypochondria end note right of john rational thoughts \<br/>prevail! john >>alice great! john >>bob how about you? bob >>john jolly good! don't forget if you need help, we're one click away click the ? icon on the bottom right hand corner of the screen and access the archbee help center or send a message to support