#53 Map document ID to project ID #55
                
     Merged
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
A project entry in the MongoDB now has a key called
documentswhich contains the associated document IDs. There is also a keymainwhich is the document ID of the main TeX file, whose name shall always bemain.tex. The first entry in the documents key is always the ID of the main document. Additional document IDs in thedocumentskey are additional associated TeX files.Since this project is also in development, the
developmentmode for WebPack was assigned to reduce build time. The default project deletion method was also set toallinstead ofarchive.