My team currently works in a single Flare project, and over time the amount of content we write has outgrown it.
I have been working on a new structure of multiple projects - a top-level project with stylesheets etc., one project for each product we write for, and a low-level project to build documents that include content from multiple products.
It seems to be working well, but now I need to move a bunch of our existing content from the old project into the new structure, so I can properly test it and eventually start using it with the team.
I think if I just drop the files from one project to another, things like stylesheet links will break. Is there a safer way to do it, or is it more of a manual job? If so we might need to be more selective about what we move over instead of moving everything. Is there any other advice on this kind of thing?
Thanks in advance!