diff --git a/docs/commands/pull.md b/docs/commands/pull.md index 24fe2500..399b426e 100644 --- a/docs/commands/pull.md +++ b/docs/commands/pull.md @@ -1,11 +1,11 @@ To download documents from your project-version, the command-line client's `pull` command can be used. -These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client][configuration]. +These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client](/configuration). ## Translation Document Download -The basic command for downloading documents is `zanata-cli pull`. The pull command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client][configuration]). +The basic command for downloading documents is `zanata-cli pull`. The pull command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client](/configuration)). At the time of writing, you will have to specify source and translation directories with the command, even though the default pull command will pull only translated documents from the server. This will be fixed in a future version. This means that the simplest pull command is: diff --git a/docs/commands/push.md b/docs/commands/push.md index cdd4e0e9..69350a41 100644 --- a/docs/commands/push.md +++ b/docs/commands/push.md @@ -1,12 +1,12 @@ To upload documents to your project-version, the command-line client's `push` command can be used. -These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client][configuration]. +These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client](/configuration). ## Source Document Upload -The basic command for uploading documents is `zanata-cli push`. The push command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client][configuration.md]). +The basic command for uploading documents is `zanata-cli push`. The push command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client](/configuration). At the time of writing, you will have to specify source and translation directories with the command, even though the default push command will push only source documents to the server. This will be fixed in a future version. This means that the simplest push command is: diff --git a/docs/maven-plugin/configuration.md b/docs/maven-plugin/configuration.md index 900b5f80..cc11059a 100644 --- a/docs/maven-plugin/configuration.md +++ b/docs/maven-plugin/configuration.md @@ -5,7 +5,7 @@ For Apache Maven installation, see [Installing the Maven Plugin](/maven-plugin/i ## Zanata Project Configuration -The Zanata Maven plugin uses the general configuration files `zanata.ini` and `zanata.xml` in the same way as zanata-cli. For instructions on setting up these files, see [Configuring the Client](configuration). +The Zanata Maven plugin uses the general configuration files `zanata.ini` and `zanata.xml` in the same way as zanata-cli. For instructions on setting up these files, see [Configuring the Client](/configuration). In addition, parameters such as source directory can be specified in `pom.xml` so that they are not needed on the command line.