--- layout: layout network: true --- <% const data = site.data.hubzilla.data; const tutorials = data.tutorials; const cheatsheets = data.cheatsheets; const tuts = [__('userGuide'), __('devGuide'), __('channel')]; const sheets = [__('permissions')]; %> <%- partial('_partial/heroheader') %>
<%- partial('_partial/header') %>
<%- partial('_partial/generalinfo') %>

<%- __('tuts') %>

    <% for (item in tutorials) { %> <% let n = tutorials[item].id %>
  • <%= tuts[n] %> / 
  • <% } %>

<%- __('cheatsheets') %>

    <% for (item in cheatsheets) { %> <% let n = cheatsheets[item].id %>
  • <%= sheets[n] %> / 
  • <% } %>
<%- partial('_partial/world') %>
<%- partial('_partial/contributing') %> <%- partial('_partial/buttons') %>