guideanchors.js 905 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. var anchors=[
  2. 'Introduction',
  3. 'WhatIsMastodon',
  4. 'MastodonIsNotASocial',
  5. 'SoWhatIsMastodon',
  6. 'WhoOwnsMastodon',
  7. 'TheInstance',
  8. 'RunningAnInstance',
  9. 'ChoosingTheInstance',
  10. 'MediumAndSmallIsBetter',
  11. 'InteractionsAndEchoChambers',
  12. 'SoftwareModifications',
  13. 'CopyRights',
  14. 'TheSoftware',
  15. 'MastodonOnSmartphones',
  16. 'MastodonOnTheDesktop',
  17. 'UsingMastodon',
  18. 'MastodonAccount',
  19. 'LingoAndTranslations',
  20. 'ThreeTimelines',
  21. 'SearchingThings',
  22. 'TrendingTopics',
  23. 'NoRetweetAndComment',
  24. 'LinkingToots',
  25. 'ObscuredFollowersList',
  26. 'TootsPrivacy',
  27. 'ThreadsAndRamifications',
  28. 'MovingThroughRamifications',
  29. 'MovingToAnotherInstance',
  30. 'ContentWarning',
  31. 'Moderation',
  32. 'HarassmentAndModeration',
  33. 'BlockingAndSilencing',
  34. 'MastodonAndTwitter',
  35. 'MastodonIsNotTwitter',
  36. 'TwitterMindset',
  37. 'BridgingMastodonAndTwitter',
  38. 'Federation',
  39. 'TheFediverse',
  40. 'DecentralizedAndFederated',
  41. 'HowFederationWorksTheory',
  42. 'HowFederationWorksPractice'
  43. ];