Skip to content

Commit

Permalink
Add more Foundry docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Jan 27, 2024
1 parent 7373c1a commit 6ef9235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/foundry-links/resolvers/globalNamespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const symbolMap = new Map([
['__global.foundry.abstract.Document', 'https://foundryvtt.com/api/classes/foundry.abstract.Document.html'],
['__global.game', 'https://foundryvtt.com/api/classes/client.Game.html'],
['__global.DocumentCollection', 'https://foundryvtt.com/api/classes/client.DocumentCollection.html'],
['__global.EnrichmentOptions', 'https://foundryvtt.com/api/interfaces/client.EnrichmentOptions.html'],
['__global.FavoriteFolder', 'https://foundryvtt.com/api/interfaces/client.FavoriteFolder.html'],
['__global.FontFamilyDefinition', 'https://foundryvtt.com/api/interfaces/client.FontFamilyDefinition.html'],
['Application', 'https://foundryvtt.com/api/classes/client.Application.html'],
['Application.maximize', 'https://foundryvtt.com/api/classes/client.Application.html#maximize'],
Expand Down

0 comments on commit 6ef9235

Please sign in to comment.